From 5e822fcba6d2874812babff6aba43e6c70c995c3 Mon Sep 17 00:00:00 2001 From: April Hall Date: Sat, 8 Feb 2025 22:44:40 -0500 Subject: [PATCH] fix: Darken the 'Secondary' color in light mode --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index f01cc04..8950353 100644 --- a/src/app.css +++ b/src/app.css @@ -19,7 +19,7 @@ --popover-foreground: 20 14.3% 4.1%; --primary: 24 9.8% 10%; --primary-foreground: 60 9.1% 97.8%; - --secondary: 60 4.8% 95.9%; + --secondary: 240 6% 90%; --secondary-foreground: 24 9.8% 10%; --muted: 60 4.8% 95.9%; --muted-foreground: 25 5.3% 44.7%;