1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

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

View File

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