Skip to content

Commit

Permalink
Changed color
Browse files Browse the repository at this point in the history
  • Loading branch information
spacegaier committed Jun 30, 2023
1 parent 07f16c7 commit 55616ff
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 @@ -166,7 +166,7 @@ export class HaTextField extends TextFieldBase {
.mdc-text-field:not(.mdc-text-field--disabled)
.mdc-text-field__affix--prefix {
color: var(--input-disabled-ink-color);
color: var(--mdc-text-field-label-ink-color);
}
`,
// safari workaround - must be explicit
Expand Down

0 comments on commit 55616ff

Please sign in to comment.