Fix dialog text colors theme (#16296)

* Fix dialog text colors theme

* fix drawer border
This commit is contained in:
Bram Kragten
2023-04-25 00:23:08 +02:00
committed by GitHub
parent 07cef18918
commit e793675c47
7 changed files with 10 additions and 11 deletions

View File

@@ -65,6 +65,7 @@ export class HaDrawer extends DrawerBase {
.mdc-drawer {
position: fixed;
top: 0;
border-color: var(--divider-color, rgba(0, 0, 0, 0.12));
}
.mdc-drawer.mdc-drawer--modal.mdc-drawer--open {
z-index: 200;