Skip to content

Commit a0d74da

Browse files
authored
fix(material/form-field): fix typography for native input element (#25616)
1 parent 07b56eb commit a0d74da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/material/form-field/_mdc-text-field-structure-overrides.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
// depending on the CSS order, with an affix selector joint with the input.
1515
.mat-mdc-form-field-input-control.mat-mdc-form-field-input-control {
1616
font: inherit;
17+
letter-spacing: inherit;
18+
text-decoration: inherit;
19+
text-transform: inherit;
1720
border: none;
1821
}
1922

0 commit comments

Comments
 (0)