Skip to content

Commit 8fb560f

Browse files
authored
fix(material-experimental/mdc-menu): apply typography to button menu items (#20169)
1 parent 75f73ae commit 8fb560f

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
@@ -44,7 +44,7 @@
4444
@include mat-using-mdc-typography($config) {
4545
@include mdc-menu-surface-core-styles($mat-typography-styles-query);
4646

47-
.mat-mdc-menu-content {
47+
.mat-mdc-menu-content, .mat-mdc-menu-item {
4848
// Note that we include this private mixin, because the public
4949
// one adds a bunch of styles that we aren't using for the menu.
5050
@include mdc-list-base_($mat-typography-styles-query);

0 commit comments

Comments
 (0)