From f97c91fe354d96c0fbbde053389a16fb5ee56e54 Mon Sep 17 00:00:00 2001 From: PhilReact Date: Tue, 17 Dec 2024 06:37:34 +0200 Subject: [PATCH] change unread color --- src/App.tsx | 8 +++++--- src/Wallets.tsx | 6 +++--- src/components/Apps/AppsNavBar.tsx | 4 ++-- src/components/Chat/ChatDirect.tsx | 2 +- src/components/Chat/ChatGroup.tsx | 2 +- src/components/Chat/ChatList.tsx | 2 +- src/components/Chat/GroupAnnouncements.tsx | 2 +- src/components/Embeds/AttachmentEmbed.tsx | 2 +- src/components/Embeds/ImageEmbed.tsx | 2 +- src/components/Embeds/PollEmbed.tsx | 2 +- src/components/Group/AddGroupList.tsx | 2 +- src/components/Group/Forum/NewThread.tsx | 2 -- src/components/Group/Group.tsx | 12 ++++++------ src/components/Group/ListOfGroupPromotions.tsx | 2 +- src/components/Group/UserListOfInvites.tsx | 2 +- src/components/Save/Save.tsx | 11 +++++++---- src/index.css | 3 ++- 17 files changed, 35 insertions(+), 31 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 1fb36fc..7ef65ef 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -2874,6 +2874,7 @@ await showInfo({ backgroundColor: 'var(--green)', color: 'black', opacity: 0.7, + fontWeight: 'bold', '&:hover': { backgroundColor: 'var(--green)', color: 'black', @@ -2883,11 +2884,12 @@ await showInfo({ accept