Fix theme variables for ha-tabs (#25066)

This commit is contained in:
Paul Bottein 2025-04-15 11:08:41 +02:00 committed by GitHub
parent e425375d55
commit 1bba103a3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -165,9 +165,9 @@ class PanelDeveloperTools extends LitElement {
max-width: 100%; max-width: 100%;
} }
sl-tab-group { sl-tab-group {
--ha-tab-active-text-color: var(--text-primary-color); --ha-tab-active-text-color: var(--app-header-text-color, white);
--ha-tab-track-color: var(--app-header-background-color); --ha-tab-indicator-color: var(--app-header-text-color, white);
--ha-tab-indicator-color: var(--text-primary-color); --ha-tab-track-color: transparent;
} }
`, `,
]; ];