mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-14 13:31:10 +00:00
Fix back button color (#10650)
This commit is contained in:
@@ -356,7 +356,8 @@ class UpdateAvailableDashboard extends LitElement {
|
|||||||
static get styles(): CSSResultGroup {
|
static get styles(): CSSResultGroup {
|
||||||
return css`
|
return css`
|
||||||
hass-subpage {
|
hass-subpage {
|
||||||
--app-header-background-color: background-color: var(--primary-background-color);
|
--app-header-background-color: var(--primary-background-color);
|
||||||
|
--app-header-text-color: var(--sidebar-text-color);
|
||||||
}
|
}
|
||||||
ha-card {
|
ha-card {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user