Skip to content

Commit

Permalink
Fix fallback icon color in dark mode (#20969)
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya authored Jun 3, 2024
1 parent 3a855f9 commit 6bee3ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/ha-icon-picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6bee3ef

Please sign in to comment.