mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Fix theme variables for ha-tabs (#25066)
This commit is contained in:
parent
e425375d55
commit
1bba103a3d
@ -165,9 +165,9 @@ class PanelDeveloperTools extends LitElement {
|
||||
max-width: 100%;
|
||||
}
|
||||
sl-tab-group {
|
||||
--ha-tab-active-text-color: var(--text-primary-color);
|
||||
--ha-tab-track-color: var(--app-header-background-color);
|
||||
--ha-tab-indicator-color: var(--text-primary-color);
|
||||
--ha-tab-active-text-color: var(--app-header-text-color, white);
|
||||
--ha-tab-indicator-color: var(--app-header-text-color, white);
|
||||
--ha-tab-track-color: transparent;
|
||||
}
|
||||
`,
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user