Set list color of update more info to dialog background (#24076)

This commit is contained in:
Bram Kragten 2025-02-05 12:48:13 +01:00 committed by GitHub
parent 72d208d1ac
commit fef162346a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -448,6 +448,10 @@ class MoreInfoUpdate extends LitElement {
box-sizing: border-box; box-sizing: border-box;
margin-bottom: -16px; margin-bottom: -16px;
margin-top: -4px; margin-top: -4px;
--md-sys-color-surface: var(
--ha-dialog-surface-background,
var(--mdc-theme-surface, #fff)
);
} }
ha-md-list-item { ha-md-list-item {