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 e5e7896 commit 7484321Copy full SHA for 7484321
src/lib/form-field/_form-field-outline-theme.scss
@@ -75,7 +75,7 @@ $mat-form-field-outline-dedupe: 0;
75
scale($font-scale);
76
width: 100% / $font-scale + $mat-form-field-outline-dedupe;
77
78
- $mat-form-field-fill-dedupe: $mat-form-field-outline-dedupe + 0.00001 !global;
+ $mat-form-field-outline-dedupe: $mat-form-field-outline-dedupe + 0.00001 !global;
79
}
80
81
@mixin mat-form-field-outline-typography($config) {
0 commit comments