Skip to content

Commit 7fe1b81

Browse files
christikaesandrewseguin
authored andcommitted
fix(menu): add typography mat-font-weight
Custom typography font-weight was not being carried over for menu items. This change applies the subheading-2 font-weight to the mat-menu-typography mixin
1 parent aa77aa1 commit 7fe1b81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/menu/_menu-theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
font: {
4040
family: mat-font-family($config, subheading-2);
4141
size: mat-font-size($config, subheading-2);
42+
weight: mat-font-weight($config, subheading-2);
4243
}
4344
}
4445
}

0 commit comments

Comments
 (0)