1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-15 07:25:54 +00:00

Remove redundant dialog backdrop color (#29337)

This commit is contained in:
Petar Petrov
2026-02-02 17:12:27 +01:00
committed by Bram Kragten
parent a6c1f87730
commit a1ef6ad266

View File

@@ -88,6 +88,9 @@ export class HaDialog extends DialogBase {
--mdc-typography-headline6-font-weight: var(--ha-font-weight-normal);
--mdc-typography-headline6-font-size: 1.574rem;
}
.mdc-dialog .mdc-dialog__scrim {
background-color: var(--mdc-dialog-scrim-color, none);
}
.mdc-dialog__actions {
justify-content: var(--justify-action-buttons, flex-end);
padding: var(--ha-space-3) var(--ha-space-4) var(--ha-space-4)