From 32f49472161fe6e7cb502bd0ef2d0a669ca74bd9 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 21:19:37 +0000 Subject: [PATCH] fix: adjust primary color in dark mode for better button contrast Co-Authored-By: Srijan Patel --- frontend/src/styles/globals.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/styles/globals.css b/frontend/src/styles/globals.css index b2421691..6f6b535b 100644 --- a/frontend/src/styles/globals.css +++ b/frontend/src/styles/globals.css @@ -38,7 +38,7 @@ --card-foreground: 210 40% 98%; --popover: 222.2 84% 4.9%; --popover-foreground: 210 40% 98%; - --primary: 210 40% 98%; + --primary: 210 40% 45%; --primary-foreground: 222.2 47.4% 11.2%; --secondary: 217.2 32.6% 17.5%; --secondary-foreground: 210 40% 98%; @@ -67,4 +67,4 @@ body { @apply bg-background text-foreground; } -} \ No newline at end of file +}