Skip to content

Commit

Permalink
fix(material-experimental/mdc-menu): use primary text color for menu …
Browse files Browse the repository at this point in the history
…icons (#23608)

(cherry picked from commit f282bd6)
  • Loading branch information
mmalerba authored and wagnermaciel committed Sep 21, 2021
1 parent 01d8e89 commit a9c2da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material-experimental/mdc-menu/_menu-theme.scss
Expand Up @@ -28,7 +28,7 @@
// chevron ourselves, we have to handle the color as well.
.mat-mdc-menu-item .mat-icon-no-color,
.mat-mdc-menu-submenu-icon {
@include mdc-theme.prop(color, text-icon-on-background);
@include mdc-theme.prop(color, text-primary-on-background);
}

// MDC's hover and focus styles are tied to their ripples which we aren't using.
Expand Down

0 comments on commit a9c2da1

Please sign in to comment.