Skip to content

Commit 3393e57

Browse files
fix(variables): refine color values for secondary and muted states for consistency
1 parent 9d73787 commit 3393e57

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

apps/style/src/theme/_variables.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ $breakpoints: (
7878
--tracking-normal: -0.025em;
7979
}
8080

81-
8281
.dark {
8382
--background: oklch(0.2329 0.014 304.7344);
8483
--foreground: oklch(0.9938 0.0013 106.4231);
@@ -92,10 +91,10 @@ $breakpoints: (
9291
--primary: oklch(0.4039 0.1475 287.6846);
9392
--primary-foreground: oklch(1 0 0);
9493

95-
--secondary: oklch(0.31 0.010 294);
94+
--secondary: oklch(0.31 0.01 294);
9695
--secondary-foreground: oklch(0.955 0 0);
9796

98-
--muted: oklch(0.294 0.013 272.9312);
97+
--muted: oklch(0.27 0.009 294);
9998
--muted-foreground: oklch(0.7058 0 0);
10099

101100
--accent: oklch(0.284 0.0091 294.9832);

0 commit comments

Comments
 (0)