From 6eb24d909ff4a8421f0be1a7444d5810919420bb Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sat, 2 Mar 2024 06:48:15 -0700 Subject: [PATCH] Get light mode colors working --- web/src/components/Statusbar.tsx | 2 +- .../components/filter/ReviewFilterGroup.tsx | 29 ++++-------- web/src/components/navigation/NavItem.tsx | 2 +- web/src/views/events/EventView.tsx | 2 +- web/themes/theme-default.css | 45 ++++++++++--------- 5 files changed, 36 insertions(+), 44 deletions(-) diff --git a/web/src/components/Statusbar.tsx b/web/src/components/Statusbar.tsx index db5473125..df77c648f 100644 --- a/web/src/components/Statusbar.tsx +++ b/web/src/components/Statusbar.tsx @@ -28,7 +28,7 @@ export default function Statusbar() { }, [stats]); return ( -
+
{cpuPercent && (
- @@ -373,7 +362,7 @@ function FilterCheckBox({ }: FilterCheckBoxProps) { return (