Skip to content

Commit 0e029ed

Browse files
josephperrottjelbourn
authored andcommitted
chore(option): use the top level font-family value from config for mat-option font-family (#14072)
1 parent 09dec49 commit 0e029ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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