Skip to content

Commit 49c0fa2

Browse files
committed
feat: update brand and muted foreground colors for improved accessibility
1 parent cac3f5b commit 49c0fa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
--tooltip-border: var(--color-grey-700);
220220

221221
--brand: var(--color-yellow-300);
222-
--brand-foreground: var(--primary-foreground);
222+
--brand-foreground: var(--color-grey-900);
223223

224224
--primary: #183ee9;
225225
--primary-foreground: #f4f7fc;
@@ -228,7 +228,7 @@
228228
--secondary-foreground: oklch(0.205 0 0);
229229

230230
--muted: oklch(0.97 0 0);
231-
--muted-foreground: oklch(0.556 0 0);
231+
--muted-foreground: var(--color-grey-500);
232232

233233
--intermediate: var(--color-grey-200);
234234
--intermediate-foreground: var(--color-grey-500);

0 commit comments

Comments
 (0)