From 833a79d6d0ca60093cee2ebdf3d20f95a153f8cf Mon Sep 17 00:00:00 2001 From: cfngc4594 Date: Fri, 7 Mar 2025 15:00:06 +0800 Subject: [PATCH] style(globals): update --sidebar-background to match --card --- src/app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/globals.css b/src/app/globals.css index 163a373..a3bfffb 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -67,7 +67,7 @@ --chart-3: 216 28% 22%; --chart-4: 210 7% 28%; --chart-5: 210 20% 82%; - --sidebar-background: 216 28% 7%; + --sidebar-background: 216 28% 5%; --sidebar-foreground: 210 17% 92%; --sidebar-primary: 210 17% 82%; --sidebar-primary-foreground: 210 17% 22%;