Fix fallback icon color in dark mode (#20969)

This commit is contained in:
Paul Bottein 2024-06-03 14:16:18 +02:00 committed by GitHub
parent 3a855f95ad
commit 6bee3ef45c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -198,8 +198,7 @@ export class HaIconPicker extends LitElement {
static get styles() {
return css`
ha-icon,
ha-svg-icon {
*[slot="icon"] {
color: var(--primary-text-color);
position: relative;
bottom: 2px;