mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +00:00
Fix dialog text colors theme (#16296)
* Fix dialog text colors theme * fix drawer border
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user