We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d73787 commit 3393e57Copy full SHA for 3393e57
apps/style/src/theme/_variables.scss
@@ -78,7 +78,6 @@ $breakpoints: (
78
--tracking-normal: -0.025em;
79
}
80
81
-
82
.dark {
83
--background: oklch(0.2329 0.014 304.7344);
84
--foreground: oklch(0.9938 0.0013 106.4231);
@@ -92,10 +91,10 @@ $breakpoints: (
92
91
--primary: oklch(0.4039 0.1475 287.6846);
93
--primary-foreground: oklch(1 0 0);
94
95
- --secondary: oklch(0.31 0.010 294);
+ --secondary: oklch(0.31 0.01 294);
96
--secondary-foreground: oklch(0.955 0 0);
97
98
- --muted: oklch(0.294 0.013 272.9312);
+ --muted: oklch(0.27 0.009 294);
99
--muted-foreground: oklch(0.7058 0 0);
100
101
--accent: oklch(0.284 0.0091 294.9832);
0 commit comments