Fix lovelace background color (#7478)

This commit is contained in:
Ryan Meek 2020-10-26 04:42:57 -04:00 committed by GitHub
parent 375f143199
commit 733ce3b6b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -789,7 +789,10 @@ class HUIRoot extends LitElement {
ha-app-layout { ha-app-layout {
min-height: 100%; min-height: 100%;
background: var(--lovelace-background); background: var(
--lovelace-background,
var(--primary-background-color)
);
} }
ha-tabs { ha-tabs {
width: 100%; width: 100%;