From 33efa8668bb8dcba58a1cc34cce372af1de83cff Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sun, 25 May 2025 09:33:14 +0200 Subject: [PATCH] Better destructive color --- page/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page/src/index.css b/page/src/index.css index 4fb96c00..4becddd6 100644 --- a/page/src/index.css +++ b/page/src/index.css @@ -92,7 +92,7 @@ --muted-foreground: oklch(0.705 0.015 286.067); --accent: oklch(0.274 0.006 286.033); --accent-foreground: oklch(0.985 0 0); - --destructive: oklch(0.704 0.191 22.216); + --destructive: oklch(0.69 0.1953 33.18); --border: oklch(1 0 0 / 10%); --input: oklch(1 0 0 / 15%); --ring: oklch(0.488 0.243 264.376);