We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The thermostat lovelace card has a bug with dark themes:
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...
The text was updated successfully, but these errors were encountered:
Closing this, because duplicate of: #1902
Sorry, something went wrong.
No branches or pull requests
The thermostat lovelace card has a bug with dark themes:
Fix would be to remove the static background color:
and instead use the dynamical color:
I can't find this variable in the thermostats file, so I'm not sure where this needs to be changed...
The text was updated successfully, but these errors were encountered: