From 9a89d90f6eb3d7330b7a86aca6ab31b0e11df143 Mon Sep 17 00:00:00 2001 From: Ahmed Bouhuolia Date: Sun, 31 Aug 2025 17:18:50 +0200 Subject: [PATCH] wip --- .../Drawer/DrawerActionBar.module.scss | 6 +- .../webapp/src/components/Forms/Select.tsx | 2 +- .../AccountTransactionsDataTable.tsx | 8 +- .../ItemPaymentTransactions/index.tsx | 1 - .../ItemPaymentTransactions/utils.tsx | 18 ++++- .../Preferences/General/GeneralForm.tsx | 80 ++++++++++++------- packages/webapp/src/style/_variables.scss | 2 +- .../src/style/components/BigAmount.scss | 2 +- .../KeyboardShortcutDialog.scss | 14 ++-- 9 files changed, 85 insertions(+), 48 deletions(-) diff --git a/packages/webapp/src/components/Drawer/DrawerActionBar.module.scss b/packages/webapp/src/components/Drawer/DrawerActionBar.module.scss index 2944ab3d3..b25866e44 100644 --- a/packages/webapp/src/components/Drawer/DrawerActionBar.module.scss +++ b/packages/webapp/src/components/Drawer/DrawerActionBar.module.scss @@ -2,11 +2,11 @@ .root { --x-color-background: var(--color-white); - --x-color-border: rgba(255, 255, 255, 0.2); + --x-color-border: hsla(0, 0%, 100%, 0.2); - :global(.bp4-dark) { + :global(.bp4-dark) & { --x-color-background: transparent; - --x-color-border: var(--color-dark-gray1); + --x-color-border: rgba(255, 255, 255, 0.2); } &:global(.bp4-navbar){ background-color: var(--x-color-background); diff --git a/packages/webapp/src/components/Forms/Select.tsx b/packages/webapp/src/components/Forms/Select.tsx index f53cde7a5..570872998 100644 --- a/packages/webapp/src/components/Forms/Select.tsx +++ b/packages/webapp/src/components/Forms/Select.tsx @@ -17,7 +17,7 @@ export function FSelect({ ...props }) { return