Skip to content

Commit 14b3778

Browse files
committed
fix(material-experimental/mdc-form-field): Allow typography mixin to consume 2018 style configs
See angular#21059 for context.
1 parent 15c0473 commit 14b3778

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material-experimental/mdc-form-field/_form-field-theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
}
6060

6161
@mixin mat-mdc-form-field-typography($config-or-theme) {
62+
$config: mat-private-typography-normalized-config(mat-get-typography-config($config-or-theme));
6263
$config: mat-get-typography-config($config-or-theme);
6364
@include mat-using-mdc-typography($config) {
6465
@include mdc-text-field-without-ripple($query: $mat-typography-styles-query);

0 commit comments

Comments
 (0)