Skip to content

Commit a9c2da1

Browse files
mmalerbawagnermaciel
authored andcommitted
fix(material-experimental/mdc-menu): use primary text color for menu icons (#23608)
(cherry picked from commit f282bd6)
1 parent 01d8e89 commit a9c2da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)