From 8852c261011e83368aa27c2558169f836f0f8521 Mon Sep 17 00:00:00 2001 From: rawdaymx Date: Sat, 19 Sep 2026 18:38:22 -0700 Subject: [PATCH] fix: declare --destructive-foreground in :root and .dark --- packages/ui/src/styles/default.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/ui/src/styles/default.css b/packages/ui/src/styles/default.css index c1886baf28..b3fd25f151 100644 --- a/packages/ui/src/styles/default.css +++ b/packages/ui/src/styles/default.css @@ -94,6 +94,7 @@ --accent: oklch(0.967 0.001 286.375); --accent-foreground: oklch(0.21 0.006 285.885); --destructive: oklch(0.577 0.245 27.325); + --destructive-foreground: oklch(0.985 0 0); --border: oklch(0.92 0.004 286.32); --input: oklch(0.92 0.004 286.32); --ring: oklch(0.708 0 0); @@ -128,6 +129,7 @@ --accent: oklch(0.274 0.006 286.033); --accent-foreground: oklch(0.985 0 0); --destructive: oklch(0.704 0.191 22.216); + --destructive-foreground: oklch(0.145 0 0); --border: oklch(1 0 0 / 10%); --input: oklch(1 0 0 / 15%); --ring: oklch(0.556 0 0);