Skip to content

Commit

Permalink
Fix destructive color in dark mode (Fixes #268)
Browse files Browse the repository at this point in the history
  • Loading branch information
scastiel committed Dec 7, 2024
1 parent 98e2345 commit 9302a32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
--muted-foreground: 240 5% 64.9%;
--accent: 12 6.5% 15.1%;
--accent-foreground: 0 0% 98%;
--destructive: 0 62.8% 30.6%;
/* --destructive: 0 62.8% 30.6%; */
--destructive: 0 87% 47%;
--destructive-foreground: 0 85.7% 97.3%;
--border: 240 3.7% 15.9%;
--input: 240 3.7% 15.9%;
Expand Down

0 comments on commit 9302a32

Please sign in to comment.