mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
Use right theme variable for dashboard tab color in edit mode (#25339)
This commit is contained in:
parent
1aa1bfda2c
commit
ac616a4d3d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user