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

@@ -161,8 +161,6 @@ class DialogBox extends LitElement {
--mdc-theme-primary: var(--error-color);
}
ha-dialog {
--mdc-dialog-heading-ink-color: var(--primary-text-color);
--mdc-dialog-content-ink-color: var(--primary-text-color);
/* Place above other dialogs */
--dialog-z-index: 104;
}