Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

fix(textfield): add primary color to textfield label on focus #1820

Merged
4 changes: 4 additions & 0 deletions packages/mdc-textfield/mdc-text-field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@
// stylelint-enable plugin/selector-bem-pattern
}

.mdc-text-field--focused:not(.mdc-text-field--invalid) {
@include mdc-text-field-label-color(primary);
}

.mdc-text-field--outlined {
height: 56px;
border: none;
Expand Down