diff --git a/src/material/form-field/_mdc-text-field-structure-overrides.scss b/src/material/form-field/_mdc-text-field-structure-overrides.scss index e21442c1c22a..ddab16d1b24b 100644 --- a/src/material/form-field/_mdc-text-field-structure-overrides.scss +++ b/src/material/form-field/_mdc-text-field-structure-overrides.scss @@ -14,6 +14,9 @@ // depending on the CSS order, with an affix selector joint with the input. .mat-mdc-form-field-input-control.mat-mdc-form-field-input-control { font: inherit; + letter-spacing: inherit; + text-decoration: inherit; + text-transform: inherit; border: none; }