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 15c0473 commit 14b3778Copy full SHA for 14b3778
src/material-experimental/mdc-form-field/_form-field-theme.scss
@@ -59,6 +59,7 @@
59
}
60
61
@mixin mat-mdc-form-field-typography($config-or-theme) {
62
+ $config: mat-private-typography-normalized-config(mat-get-typography-config($config-or-theme));
63
$config: mat-get-typography-config($config-or-theme);
64
@include mat-using-mdc-typography($config) {
65
@include mdc-text-field-without-ripple($query: $mat-typography-styles-query);
0 commit comments