Skip to content

Commit d755c66

Browse files
authored
fix(material-experimental/mdc-chips): checkmark blending into background 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.
1 parent 864f92e commit d755c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-experimental/mdc-chips/chip.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
// by default, it'll blend in with the background in black-on-white mode. Override the
4646
// color to ensure that it's visible. We need !important, because the theme styles are
4747
// very specific.
48-
stroke: #000 !important;
48+
stroke: CanvasText !important;
4949
}
5050
}
5151

0 commit comments

Comments
 (0)