Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix auto icon not showing/color auto icon wrong #13

Open
NiMa08 opened this issue Apr 25, 2021 · 0 comments · May be fixed by #20
Open

Fix auto icon not showing/color auto icon wrong #13

NiMa08 opened this issue Apr 25, 2021 · 0 comments · May be fixed by #20

Comments

@NiMa08
Copy link

NiMa08 commented Apr 25, 2021

So the icon name has changed. If you change the line on 2974 to auto: "hass:calendar-sync" then the icon will be visible again.

Further I noticed that the color was off, to fix this I changed the color on line 3278 to: #00CC66 and then below line 3438 added:

.auto{
--mode-color: var(--auto-color);
}

(don't forget to clear your cache)

I'm not good at github so if anyone can add this fix. Would be appreciated.

Cheers

@moritzlang moritzlang linked a pull request Dec 8, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant