diff --git a/src/panels/lovelace/special-rows/hui-section-row.ts b/src/panels/lovelace/special-rows/hui-section-row.ts index ce8a0e08ab..ef1e14cb25 100644 --- a/src/panels/lovelace/special-rows/hui-section-row.ts +++ b/src/panels/lovelace/special-rows/hui-section-row.ts @@ -41,10 +41,11 @@ class HuiSectionRow extends LitElement implements LovelaceRow { static get styles(): CSSResult { return css` .label { - color: var(--primary-color); + color: var(--primary-text-color); margin-left: 8px; - margin-bottom: 16px; + margin-bottom: 8px; margin-top: 16px; + font-weight: 500; } .divider { height: 1px;