Skip to content

Commit 7484321

Browse files
authored
fix(form-field): incorrect label position for outline style in prod mode (#10803)
1 parent e5e7896 commit 7484321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/form-field/_form-field-outline-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $mat-form-field-outline-dedupe: 0;
7575
scale($font-scale);
7676
width: 100% / $font-scale + $mat-form-field-outline-dedupe;
7777

78-
$mat-form-field-fill-dedupe: $mat-form-field-outline-dedupe + 0.00001 !global;
78+
$mat-form-field-outline-dedupe: $mat-form-field-outline-dedupe + 0.00001 !global;
7979
}
8080

8181
@mixin mat-form-field-outline-typography($config) {

0 commit comments

Comments
 (0)