mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 13:26:34 +00:00
Make section row text color themeable (#8488)
This commit is contained in:
parent
f43af9c0a5
commit
76e0bbb55d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user