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
parent 7cbdb1dcfd
commit 4a94cfc05b

View File

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