fix(ui): improve destructive button contrast in dark mode

This commit is contained in:
ephraimduncan
2026-07-07 08:18:02 +00:00
parent 50f272be87
commit 6616077547
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -83,7 +83,7 @@
--accent: hsl(0 0% 27.8431%);
--accent-foreground: hsl(95.0847 71.0843% 67.451%);
--destructive: hsl(0 86.5979% 61.9608%);
--destructive-foreground: hsl(0 87.6289% 19.0196%);
--destructive-foreground: hsl(0 0% 98.0392%);
--border: hsl(0 0% 27.8431%);
--input: hsl(0 0% 27.8431%);
--ring: hsl(95.0847 71.0843% 67.451%);