From ed7b36791a4d5e97569ca6f8734c5b6087fb8628 Mon Sep 17 00:00:00 2001 From: PhilReact Date: Mon, 28 Apr 2025 19:55:48 +0300 Subject: [PATCH] add css vars to theme palette --- src/App.tsx | 14 +++--- src/ExtStates/NotAuthenticated.tsx | 7 +-- src/Wallets.tsx | 6 +-- src/components/Apps/AppsDesktop.tsx | 4 +- src/components/Apps/AppsDevMode.tsx | 4 +- src/components/Apps/AppsNavBarDesktop.tsx | 4 +- src/components/Chat/ChatDirect.tsx | 3 +- src/components/Chat/ChatGroup.tsx | 3 +- src/components/Chat/ChatList.tsx | 2 +- src/components/Chat/ChatOptions.tsx | 2 +- src/components/Chat/GroupAnnouncements.tsx | 2 +- src/components/Desktop/DesktopFooter.tsx | 4 +- src/components/Desktop/DesktopHeader.tsx | 8 ++-- src/components/DesktopSideBar.tsx | 4 +- src/components/Embeds/AttachmentEmbed.tsx | 2 +- src/components/Embeds/ImageEmbed.tsx | 2 +- src/components/Embeds/PollEmbed.tsx | 2 +- src/components/GeneralNotifications.tsx | 2 +- src/components/GlobalActions/JoinGroup.tsx | 4 +- src/components/Group/AddGroupList.tsx | 7 +-- src/components/Group/Forum/GroupMail.tsx | 12 +++-- src/components/Group/Forum/Mail-styles.ts | 44 +++++++------------ src/components/Group/Group.tsx | 26 +++++------ .../Group/ListOfGroupPromotions.tsx | 4 +- src/components/Group/QMailMessages.tsx | 12 +++-- src/components/Group/UserListOfInvites.tsx | 7 +-- src/components/Minting/Minting.tsx | 12 ++--- src/components/QMailStatus.tsx | 2 +- src/components/Save/Save.tsx | 16 +++---- src/components/Theme/ThemeManager.tsx | 18 ++++++++ src/styles/theme-dark.ts | 5 +++ src/styles/theme-light.ts | 5 +++ src/styles/theme.d.ts | 10 +++++ 33 files changed, 149 insertions(+), 110 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index dbdc846..d31f4d7 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3121,12 +3121,12 @@ function App() {