Use right theme variable for dashboard tab color in edit mode (#25339)

This commit is contained in:
Paul Bottein 2025-05-06 17:05:44 +02:00 committed by GitHub
parent 1aa1bfda2c
commit ac616a4d3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1096,6 +1096,8 @@ class HUIRoot extends LitElement {
.edit-mode sl-tab-group {
flex-grow: 0;
color: var(--app-header-edit-text-color, #fff);
--ha-tab-active-text-color: var(--app-header-edit-text-color, #fff);
--ha-tab-indicator-color: var(--app-header-edit-text-color, #fff);
}
.edit-mode sl-tab {
height: 54px;