From d193ae3c799ff3e52ce9e9d86afa1316e3b0eb18 Mon Sep 17 00:00:00 2001 From: Eduardo Date: Sun, 20 Sep 2026 15:12:07 -0300 Subject: [PATCH] fix(styles): update destructive color for better visibility in dark mode --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 3ae1e39..a7fbd8d 100644 --- a/src/index.css +++ b/src/index.css @@ -78,7 +78,7 @@ --muted-foreground: oklch(0.7107 0.0351 256.7877); --accent: oklch(0.28 0.0369 259.974); --accent-foreground: oklch(0.9838 0.0035 247.8583); - --destructive: oklch(0.3959 0.1331 25.7205); + --destructive: oklch(0.68 0.20 25.7205); --destructive-foreground: oklch(0.9838 0.0035 247.8583); --border: oklch(0.28 0.0369 259.974); --input: oklch(0.28 0.0369 259.974);