Skip to content

Commit a8e3533

Browse files
committed
fix: tokens.
1 parent 7cc5e37 commit a8e3533

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/tokens.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
--background: 0 0% 100%;
44
--foreground: 240 10% 3.9%;
55

6-
--card: 0 0% 100%;
6+
--card: var(--background)
77
--card-foreground: 240 10% 3.9%;
88

9-
--popover: 0 0% 100%;
9+
--popover: var(--background)
1010
--popover-foreground: 240 10% 3.9%;
1111

1212
--primary: 240 5.9% 10%;
@@ -45,10 +45,10 @@
4545
--background: 240 10% 7.9%;
4646
--foreground: 0 0% 98%;
4747

48-
--card: 240 10% 3.9%;
48+
--card: var(--background);
4949
--card-foreground: 0 0% 98%;
5050

51-
--popover: 240 10% 3.9%;
51+
--popover: var(--background);
5252
--popover-foreground: 0 0% 98%;
5353

5454
--primary: 0 0% 98%;

0 commit comments

Comments
 (0)