Skip to content

Commit

Permalink
fix: <Counter> use color - text-color-fixed-light (#1624)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyRoyt authored Oct 9, 2023
1 parent f7d04a9 commit 2c39f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Counter/Counter.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}

.kindFill.colorPrimary {
color: var(--text-color-on-primary);
color: var(--text-color-fixed-light);
background-color: var(--primary-color);
}

Expand All @@ -42,7 +42,7 @@
}

.kindFill.colorNegative {
color: var(--text-color-on-primary);
color: var(--text-color-fixed-light);
background-color: var(--negative-color);
}

Expand Down

0 comments on commit 2c39f1a

Please sign in to comment.