Skip to content

Commit ddb15f7

Browse files
committed
fix(): Update colours.
1 parent b34d6bf commit ddb15f7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/tokens.css

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
--paper: 240 4.8% 100%;
66

77
--card: 0 0% 100%;
8-
--card-foreground: 240 10% 3.9%;
8+
--card-foreground: 240 10% 5.9%;
99

1010
--popover: 0 0% 100%;
11-
--popover-foreground: 240 10% 3.9%;
11+
--popover-foreground: 240 10% 5.9%;
1212

1313
--primary: 240 5.9% 10%;
1414
--primary-foreground: 0 0% 98%;
@@ -27,7 +27,7 @@
2727

2828
--border: 240 5.9% 88%;
2929
--input: 240 5.9% 88%;
30-
--ring: 240 10% 3.9%;
30+
--ring: 240 10% 5.9%;
3131

3232
--radius: 0.5rem;
3333

@@ -43,14 +43,14 @@
4343

4444
:root [data-theme="dark"] {
4545
color-scheme: dark;
46-
--background: 240 10% 3.9%;
46+
--background: 240 10% 5.9%;
4747
--foreground: 0 0% 98%;
4848
--paper: 240 3.7% 7.9%;
4949

50-
--card: 240 10% 3.9%;
50+
--card: 240 10% 5.9%;
5151
--card-foreground: 0 0% 98%;
5252

53-
--popover: 240 10% 3.9%;
53+
--popover: 240 10% 5.9%;
5454
--popover-foreground: 0 0% 98%;
5555

5656
--primary: 0 0% 98%;
@@ -66,7 +66,7 @@
6666
--accent-foreground: 0 0% 98%;
6767

6868
--destructive: 0 84% 60%;
69-
--destructive-foreground: 240 10% 3.9%;
69+
--destructive-foreground: 240 10% 5.9%;
7070

7171
--border: 240 3.7% 16.9%;
7272
--input: 240 3.7% 26.9%;

0 commit comments

Comments
 (0)