Compare commits

...

1 Commits

Author SHA1 Message Date
ephraimduncan 6616077547 fix(ui): improve destructive button contrast in dark mode 2026-07-07 08:18:02 +00:00
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%;