Skip to content

Commit ada70fd

Browse files
committed
fix(material-experimental/mdc-autocomplete): Allow typography mixin to consume 2018 style configs
See angular#21059 for context.
1 parent 1e4a1b5 commit ada70fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material-experimental/mdc-autocomplete/_autocomplete-theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
}
1212

1313
@mixin mat-mdc-autocomplete-typography($config-or-theme) {
14+
$config: mat-private-typography-normalized-config(mat-get-typography-config($config-or-theme));
1415
$config: mat-get-typography-config($config-or-theme);
1516
@include mat-using-mdc-typography($config) {
1617
@include mdc-menu-surface-core-styles($mat-typography-styles-query);

0 commit comments

Comments
 (0)