mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Set list color of update more info to dialog background (#24076)
This commit is contained in:
parent
7cbdb1dcfd
commit
4a94cfc05b
@ -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