From 12cfef09d43435a05db6e3d8a91e173fd93d6148 Mon Sep 17 00:00:00 2001 From: Kerem Yilmaz Date: Fri, 7 Jun 2024 07:21:45 -0700 Subject: [PATCH] Fix HSL values for success and warning colors (#443) --- skyvern-frontend/src/index.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/skyvern-frontend/src/index.css b/skyvern-frontend/src/index.css index 3692659d..dd1fc7e8 100644 --- a/skyvern-frontend/src/index.css +++ b/skyvern-frontend/src/index.css @@ -57,14 +57,11 @@ --accent: 217.2 32.6% 17.5%; --accent-foreground: 210 40% 98%; - --warning: 40.6, 96.1%, 40.4%; - --warning-foreground: 47.9, 95.8%, 53.1%; + --warning: 40.6 96.1% 40.4%; + --warning-foreground: 54.5 91.7% 95.3%; - --warning: 40.6, 96.1%, 40.4%; - --warning-foreground: 54.5, 91.7%, 95.3%; - - --success: 142.1, 76.2%, 36.3%; - --success-foreground: 138.5, 76.5%, 96.7%; + --success: 142.1 76.2% 36.3%; + --success-foreground: 138.5 76.5% 96.7%; --border: 217.2 32.6% 17.5%; --input: 217.2 32.6% 17.5%;