We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4a1b5 commit ada70fdCopy full SHA for ada70fd
src/material-experimental/mdc-autocomplete/_autocomplete-theme.scss
@@ -11,6 +11,7 @@
11
}
12
13
@mixin mat-mdc-autocomplete-typography($config-or-theme) {
14
+ $config: mat-private-typography-normalized-config(mat-get-typography-config($config-or-theme));
15
$config: mat-get-typography-config($config-or-theme);
16
@include mat-using-mdc-typography($config) {
17
@include mdc-menu-surface-core-styles($mat-typography-styles-query);
0 commit comments