uvjim / linksys_velop

Home Assistant integration for the Linksys Velop
MIT License
50 stars 7 forks source link

Scheduler card time selector stays black #325

Closed jzielke84 closed 2 years ago

jzielke84 commented 2 years ago

I'm using the Google Dark theme for HA in conjunction with the scheduler card. However, the time selector is always black so I tried to change it with the following code:

card_mod:
  style: |
    .mdc-text-field .mdc-text-field__input {
      color: white !important;
    }

However, no change is applied whatsoever. The cardmod plugin is working fine on normal ha-cards so I guess it's fully functional. Any suggestions? Bildschirmfoto 2022-11-22 um 11 06 43

jzielke84 commented 2 years ago

OK, I fixed it in the theme yaml directly:

input-ink-color: 'white'
uvjim commented 2 years ago

Hi, I know you've closed this, but I'm not sure it should've been raised against this repository.