Skip to content

Commit e5c32fe

Browse files
committed
chore(option): use the top level font-family value from config for mat-option font-family (angular#14072)
1 parent 22f593b commit e5c32fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/core/option/_option-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
@mixin mat-option-typography($config) {
4949
.mat-option {
5050
font: {
51-
family: mat-font-family($config, subheading-2);
51+
family: mat-font-family($config);
5252
size: mat-font-size($config, subheading-2);
5353
}
5454
}

0 commit comments

Comments
 (0)