Skip to content

Commit 9302a32

Browse files
committed
Fix destructive color in dark mode (Fixes #268)
1 parent 98e2345 commit 9302a32

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/app/globals.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
--muted-foreground: 240 5% 64.9%;
4242
--accent: 12 6.5% 15.1%;
4343
--accent-foreground: 0 0% 98%;
44-
--destructive: 0 62.8% 30.6%;
44+
/* --destructive: 0 62.8% 30.6%; */
45+
--destructive: 0 87% 47%;
4546
--destructive-foreground: 0 85.7% 97.3%;
4647
--border: 240 3.7% 15.9%;
4748
--input: 240 3.7% 15.9%;

0 commit comments

Comments
 (0)