From 42b8e2cd179ede945b0fc8135acc820abbb6aba0 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sat, 2 Mar 2024 06:12:19 -0700 Subject: [PATCH] Get main background colors going --- web/src/components/Statusbar.tsx | 2 +- web/src/components/navigation/Sidebar.tsx | 2 +- web/themes/theme-default.css | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/src/components/Statusbar.tsx b/web/src/components/Statusbar.tsx index 186b919a7..db5473125 100644 --- a/web/src/components/Statusbar.tsx +++ b/web/src/components/Statusbar.tsx @@ -28,7 +28,7 @@ export default function Statusbar() { }, [stats]); return ( -
+
{cpuPercent && (
+