mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
Fix back button color (#10650)
This commit is contained in:
parent
1ebd2fb9f1
commit
91b009af79
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user