Skip to content

Commit d0082e3

Browse files
committed
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. (cherry picked from commit d755c66)
1 parent 5aec60c commit d0082e3

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
@@ -50,7 +50,7 @@
5050
// by default, it'll blend in with the background in black-on-white mode. Override the
5151
// color to ensure that it's visible. We need !important, because the theme styles are
5252
// very specific.
53-
stroke: #000 !important;
53+
stroke: CanvasText !important;
5454
}
5555
}
5656

0 commit comments

Comments
 (0)