Skip to content

Commit 430013b

Browse files
committed
fix: Update tokens.
1 parent 4fbe458 commit 430013b

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

src/tokens.css

+2-10
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,6 @@
5555
--background: 240 3.7% 6%;
5656
--foreground: 0 0% 98%;
5757
--paper: 240 3.7% 7.9%;
58-
/* --paper2: 240 3.7% 13.9%; */
59-
60-
61-
/* --background: 240 10% 0%;
62-
--foreground: 0 0% 98%;
63-
--paper: 240 3.7% 7.9%;
64-
--paper2: 240 3.7% 13.9%;
65-
--card: 240 10% 5.9%; */
6658

6759
--card: var(--paper);
6860
--card-foreground: 0 0% 98%;
@@ -85,8 +77,8 @@
8577
--destructive: 0 84% 60%;
8678
--destructive-foreground: 240 10% 5.9%;
8779

88-
--border: 240 3.7% 16.9%;
89-
--input: 240 3.7% 16.9%;
80+
--border: 240 3.7% 14.9%;
81+
--input: 240 3.7% 14.9%;
9082
--ring: 240 4.9% 83.9%;
9183

9284
--sidebar-background: var(--paper);

0 commit comments

Comments
 (0)