diff --git a/src/material-experimental/mdc-chips/chip.scss b/src/material-experimental/mdc-chips/chip.scss index ec51db5727af..1f69a6cfc0fe 100644 --- a/src/material-experimental/mdc-chips/chip.scss +++ b/src/material-experimental/mdc-chips/chip.scss @@ -45,7 +45,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; } }