Skip to content

Commit

Permalink
fix(material-experimental/mdc-chips): checkmark blending into backgro…
Browse files Browse the repository at this point in the history
…und in high contrast mode (#25072)

Fixes that the checkmark on the MDC chips was blending into the background for high contrast mode users.

Fixes #25071.

(cherry picked from commit d755c66)
  • Loading branch information
crisbeto committed Jun 14, 2022
1 parent 5aec60c commit d0082e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material-experimental/mdc-chips/chip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
// by default, it'll blend in with the background in black-on-white mode. Override the
// color to ensure that it's visible. We need !important, because the theme styles are
// very specific.
stroke: #000 !important;
stroke: CanvasText !important;
}
}

Expand Down

0 comments on commit d0082e3

Please sign in to comment.