mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Set list color of update more info to dialog background (#24076)
This commit is contained in:
parent
72d208d1ac
commit
fef162346a
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user