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

This commit is contained in:
Ephraim Duncan
2026-07-14 09:40:40 +00:00
committed by GitHub
parent b16f979eb3
commit 12223c79cb
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%);
+1 -1
View File
@@ -174,7 +174,7 @@
--accent-foreground: 95.08 71.08% 67.45%;
--destructive: 0 87% 62%;
--destructive-foreground: 0 87% 19%;
--destructive-foreground: 0 0% 98%;
--ring: 95.08 71.08% 67.45%;