From ead1774cd3389ff6e9605a31b971c4cc51b2805a Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Wed, 1 Apr 2026 22:17:04 -0700 Subject: [PATCH] Boost sidebar icon color --- frontend/src/components/Sidebar.tsx | 7 +-- .../settings/SettingsLocalSection.tsx | 11 ++-- frontend/src/index.css | 52 +++++++++++++++++++ frontend/src/themes.css | 4 -- 4 files changed, 63 insertions(+), 11 deletions(-) diff --git a/frontend/src/components/Sidebar.tsx b/frontend/src/components/Sidebar.tsx index aa86ece..2176f2d 100644 --- a/frontend/src/components/Sidebar.tsx +++ b/frontend/src/components/Sidebar.tsx @@ -659,8 +659,9 @@ export function Sidebar({ }) => (
-
); diff --git a/frontend/src/components/settings/SettingsLocalSection.tsx b/frontend/src/components/settings/SettingsLocalSection.tsx index 9c886dd..92d15ed 100644 --- a/frontend/src/components/settings/SettingsLocalSection.tsx +++ b/frontend/src/components/settings/SettingsLocalSection.tsx @@ -347,17 +347,20 @@ function PreviewSidebarRow({ }) { return (
- {leading} - + + {label} {badge} {!badge && ( -