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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user