From 3c29d1d99cf018c35e65803a279e95e7c618e318 Mon Sep 17 00:00:00 2001 From: April Hall Date: Wed, 5 Mar 2025 16:09:00 -0500 Subject: [PATCH] fix: Broken secondary color I belive this got replaced in 07ce8de, this reverts it back to its previous state. --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index a7811ca..52bc814 100644 --- a/src/app.css +++ b/src/app.css @@ -23,7 +23,7 @@ --input: 20 5.9% 90%; --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%; --accent: 60 4.8% 95.9%; --accent-foreground: 24 9.8% 10%;