Fixes text input icons color in dark mode (#21971)

This commit is contained in:
Miguel Palhas 2024-09-13 12:43:59 +01:00 committed by GitHub
parent 32feab6a70
commit 326b57f91b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -109,7 +109,7 @@ export class HaTextField extends TextFieldBase {
color: var(--secondary-text-color);
}
.mdc-text-field__icon {
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon {
color: var(--secondary-text-color);
}