Skip to content

Commit 375b312

Browse files
committed
Use a lighter error color even in dark mode
(Based on how the error message looks on the design for Oasis App / Wrap.)
1 parent 9d8152d commit 375b312

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
--muted-foreground: hsl(240 5% 65%);
6363
--accent: hsl(240 4% 16%);
6464
--accent-foreground: hsl(0 0% 98%);
65-
--destructive: hsl(0 74% 42%);
65+
--destructive: hsl(0, 90.6%, 70.78%);
6666
--destructive-foreground: hsl(0 86% 97%);
6767
--border: hsl(240 4% 16%);
6868
--input: hsl(240 4% 16%);

0 commit comments

Comments
 (0)