Make section row text color themeable (#8488)

This commit is contained in:
Philip Allgaier 2021-03-01 12:56:56 +01:00 committed by GitHub
parent f43af9c0a5
commit 76e0bbb55d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ class HuiSectionRow extends LitElement implements LovelaceRow {
static get styles(): CSSResult {
return css`
.label {
color: var(--primary-text-color);
color: var(--section-header-text-color, var(--primary-text-color));
margin-left: 8px;
margin-bottom: 8px;
margin-top: 16px;