We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc5e37 commit a8e3533Copy full SHA for a8e3533
src/tokens.css
@@ -3,10 +3,10 @@
3
--background: 0 0% 100%;
4
--foreground: 240 10% 3.9%;
5
6
- --card: 0 0% 100%;
+ --card: var(--background)
7
--card-foreground: 240 10% 3.9%;
8
9
- --popover: 0 0% 100%;
+ --popover: var(--background)
10
--popover-foreground: 240 10% 3.9%;
11
12
--primary: 240 5.9% 10%;
@@ -45,10 +45,10 @@
45
--background: 240 10% 7.9%;
46
--foreground: 0 0% 98%;
47
48
- --card: 240 10% 3.9%;
+ --card: var(--background);
49
--card-foreground: 0 0% 98%;
50
51
- --popover: 240 10% 3.9%;
+ --popover: var(--background);
52
--popover-foreground: 0 0% 98%;
53
54
--primary: 0 0% 98%;
0 commit comments