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
6 changes: 6 additions & 0 deletions packages/mdc-textfield/mdc-text-field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@
// stylelint-enable plugin/selector-bem-pattern
}

.mdc-text-field:not(.mdc-text-field--invalid).mdc-text-field--focused {
.mdc-text-field__label {
@include mdc-theme-prop(color, primary);
}
}

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