Skip to content

Commit

Permalink
Fixes text input icons color in dark mode (#21971)
Browse files Browse the repository at this point in the history
  • Loading branch information
naps62 authored Sep 13, 2024
1 parent 32feab6 commit 326b57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ha-textfield.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 326b57f

Please sign in to comment.