Skip to content

Commit 8562326

Browse files
authored
Merge pull request #64 from oasisprotocol/csillag/updated-dark-error-color
Use a lighter error color even in dark mode
2 parents 9d8152d + 375b312 commit 8562326

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)