1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00

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

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;