From 837f30cbf0892bbd5df82331e93ee9bc9cf4fb87 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sat, 2 Mar 2024 08:00:50 -0700 Subject: [PATCH] Update frontend colors to match style guide (#10188) * Get main background colors going * Finish sidebar * Get light mode colors working * Adjust icons * Adjust icons * remove unused * Fix mobile colors --- web/src/components/Statusbar.tsx | 2 +- .../dynamic/CameraFeatureToggle.tsx | 6 +- .../components/filter/ReviewFilterGroup.tsx | 30 +++----- web/src/components/navigation/NavItem.tsx | 6 +- web/src/components/navigation/Sidebar.tsx | 2 +- web/src/pages/site-navigation.ts | 9 ++- web/src/views/events/EventView.tsx | 2 +- web/src/views/live/LiveCameraView.tsx | 2 +- web/src/views/live/LiveDashboardView.tsx | 14 +++- web/tailwind.config.js | 1 + web/themes/theme-default.css | 76 ++++++++++--------- 11 files changed, 76 insertions(+), 74 deletions(-) diff --git a/web/src/components/Statusbar.tsx b/web/src/components/Statusbar.tsx index 186b919a7..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 +361,7 @@ function FilterCheckBox({ }: FilterCheckBoxProps) { return (