Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
fix: updated icon alternative color (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianacnguyen authored May 22, 2024
1 parent d530b83 commit eccf8f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/light-theme-colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

:root,
[data-theme='light'] {
[data-theme='light'] {
/*
* Background
*/
Expand Down Expand Up @@ -42,7 +42,7 @@
/* For default neutral icons */
--color-icon-default: var(--color-text-default);
/* For softer neutral icons */
--color-icon-alternative: var(--text-alternative);
--color-icon-alternative: var(--color-text-alternative);
/* For the weakest contrast neutral icons (not accessible) */
--color-icon-muted: var(--color-text-muted);

Expand Down

0 comments on commit eccf8f5

Please sign in to comment.