Fix View Background Colors (#7823)

This commit is contained in:
Zack Barett 2020-12-02 10:08:18 -06:00 committed by GitHub
parent 2ab1c6e9a9
commit 8e4ceb7d48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -793,10 +793,6 @@ class HUIRoot extends LitElement {
ha-app-layout {
min-height: 100%;
background: var(
--lovelace-background,
var(--primary-background-color)
);
}
ha-tabs {
width: 100%;
@ -884,6 +880,12 @@ class HUIRoot extends LitElement {
.menu-link {
text-decoration: none;
}
hui-view {
background: var(
--lovelace-background,
var(--primary-background-color)
);
}
`,
];
}