Remove paper-material-styles (#8706)

Fix #8702
This commit is contained in:
Bram Kragten 2021-03-25 13:12:31 +01:00 committed by GitHub
parent 226a2941d6
commit 014dbc2a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ export class HuiNotificationDrawer extends EventsMixin(
) {
static get template() {
return html`
<style include="paper-material-styles">
<style>
app-toolbar {
color: var(--primary-text-color);
border-bottom: 1px solid var(--divider-color);