Skip to content

Commit 40253b5

Browse files
committed
feat(): Revert colours to shadcn original.
1 parent d17d023 commit 40253b5

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
@@ -1,13 +1,13 @@
11
:root {
22
color-scheme: light;
33
--background: 0 0% 100%;
4-
--foreground: 240 10% 6.9%;
4+
--foreground: 240 10% 3.9%;
55

66
--card: 0 0% 100%;
7-
--card-foreground: 240 10% 6.9%;
7+
--card-foreground: 240 10% 3.9%;
88

99
--popover: 0 0% 100%;
10-
--popover-foreground: 240 10% 6.9%;
10+
--popover-foreground: 240 10% 3.9%;
1111

1212
--primary: 240 5.9% 10%;
1313
--primary-foreground: 0 0% 98%;
@@ -26,20 +26,20 @@
2626

2727
--border: 240 5.9% 90%;
2828
--input: 240 5.9% 90%;
29-
--ring: 240 10% 6.9%;
29+
--ring: 240 10% 3.9%;
3030

3131
--radius: 0.5rem;
3232
}
3333

3434
:root.theme-mode-dark {
3535
color-scheme: dark;
36-
--background: 240 10% 6.9%;
36+
--background: 240 10% 3.9%;
3737
--foreground: 0 0% 98%;
3838

39-
--card: 240 10% 6.9%;
39+
--card: 240 10% 3.9%;
4040
--card-foreground: 0 0% 98%;
4141

42-
--popover: 240 10% 6.9%;
42+
--popover: 240 10% 3.9%;
4343
--popover-foreground: 0 0% 98%;
4444

4545
--primary: 0 0% 98%;

0 commit comments

Comments
 (0)