From 1244f5987d47d3f39418b55a595b17f780491965 Mon Sep 17 00:00:00 2001 From: dgcp3 Date: Sun, 23 Jun 2024 13:32:47 +0300 Subject: [PATCH] chore: Update primary and accent colors in index.css --- ui/src/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/index.css b/ui/src/index.css index 36579cd..7efb372 100644 --- a/ui/src/index.css +++ b/ui/src/index.css @@ -16,11 +16,11 @@ --border: 175 4% 90%; --input: 175 4% 90%; --primary: 175 91% 12%; - --primary-foreground: 175 91% 52%; + --primary-foreground: 159 100% 50%; --secondary: 145 91% 12%; --secondary-foreground: 145 91% 52%; - --accent: 205 91% 12%; - --accent-foreground: 205 91% 72%; + --accent: 175 91% 12%; + --accent-foreground: 159 100% 50%; --destructive: 19 92% 33%; --destructive-foreground: 0 0% 100%; --ring: 175 91% 12%;