Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/material-experimental/mdc-menu/_menu-theme.scss
Original file line number Diff line number Diff line change
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