We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d8e89 commit a9c2da1Copy full SHA for a9c2da1
src/material-experimental/mdc-menu/_menu-theme.scss
@@ -28,7 +28,7 @@
28
// chevron ourselves, we have to handle the color as well.
29
.mat-mdc-menu-item .mat-icon-no-color,
30
.mat-mdc-menu-submenu-icon {
31
- @include mdc-theme.prop(color, text-icon-on-background);
+ @include mdc-theme.prop(color, text-primary-on-background);
32
}
33
34
// MDC's hover and focus styles are tied to their ripples which we aren't using.
0 commit comments