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

Lovelace Thermostat dark theme issue #1932

Closed
TheZoker opened this issue Oct 31, 2018 · 1 comment
Closed

Lovelace Thermostat dark theme issue #1932

TheZoker opened this issue Oct 31, 2018 · 1 comment

Comments

@TheZoker
Copy link
Contributor

The thermostat lovelace card has a bug with dark themes:
screenshot_2018 10 31_00h42m18s_012_

Fix would be to remove the static background color:

.rs-bg-color {
    background-color: #fff;
}

and instead use the dynamical color:

.rs-bg-color {
    background-color: var(--paper-card-background-color, white);
}

I can't find this variable in the thermostats file, so I'm not sure where this needs to be changed...

@TheZoker
Copy link
Contributor Author

Closing this, because duplicate of: #1902

@github-actions github-actions bot locked and limited conversation to collaborators Jul 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant