Skip to content

Commit f282bd6

Browse files
authored
fix(material-experimental/mdc-menu): use primary text color for menu icons (#23608)
1 parent ca67623 commit f282bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-experimental/mdc-menu/_menu-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
// chevron ourselves, we have to handle the color as well.
2929
.mat-mdc-menu-item .mat-icon-no-color,
3030
.mat-mdc-menu-submenu-icon {
31-
@include mdc-theme.prop(color, text-icon-on-background);
31+
@include mdc-theme.prop(color, text-primary-on-background);
3232
}
3333

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

0 commit comments

Comments
 (0)