fix: ha-state-icon CSS selector was wrong

This commit is contained in:
Jérôme Wiedemann 2023-07-25 23:38:41 +00:00
parent 2cc384f9dc
commit a1bb39a71c
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ export const styles = css`
opacity: 1;
transition-delay: 1.5s;
}
ha-icon,
:not(ha-state-icon) ha-icon,
ha-state-icon {
display: inline-block;
margin: auto;