File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -75,11 +75,15 @@ export class HaDialogHeader extends LitElement {
7575 font-size : var (--ha-font-size-xl );
7676 line-height : var (--ha-line-height-condensed );
7777 font-weight : var (--ha-font-weight-medium );
78+ color : var (--ha-dialog-header-title-color , var (--primary-text-color ));
7879 }
7980 .header-subtitle {
8081 font-size : var (--ha-font-size-m );
8182 line-height : var (--ha-line-height-normal );
82- color : var (--secondary-text-color );
83+ color : var (
84+ --ha-dialog-header-subtitle-color ,
85+ var (--secondary-text-color )
86+ );
8387 }
8488 @media all and (min-width : 450px ) and (min-height : 500px ) {
8589 .header-bar {
Original file line number Diff line number Diff line change @@ -209,6 +209,7 @@ export class HaExpansionPanel extends LitElement {
209209 ::slotted ([slot = "header" ]) {
210210 flex : 1 ;
211211 overflow-wrap : anywhere;
212+ color : var (--primary-text-color );
212213 }
213214
214215 .container {
You can’t perform that action at this time.
0 commit comments