Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(checkbox): Add explicit system color for checkmark in HCM.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 442816122
  • Loading branch information
joyzhong authored and copybara-github committed Apr 19, 2022
1 parent 3e30054 commit 8c4da22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-checkbox/_checkbox-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ $forced-colors-theme: (
disabled-selected-icon-opacity: 1,
disabled-unselected-icon-color: GrayText,
disabled-unselected-icon-opacity: 1,
selected-checkmark-color: ButtonText,
);

@mixin theme($theme) {
Expand Down

0 comments on commit 8c4da22

Please sign in to comment.