Skip to content

Commit

Permalink
fix missing icon wrapper default fill
Browse files Browse the repository at this point in the history
  • Loading branch information
efstajas committed Oct 18, 2024
1 parent 344704e commit fcad991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/icons/IconWrapper.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
on:keydown
width="24"
height="24"
style={`flex-shrink: 0; ${style ? style : ''}`}
style={`flex-shrink: 0; fill: var(--color-foreground-level-5); ${style ? style : ''}`}
viewBox={`0 0 24 24`}
xmlns="http://www.w3.org/2000/svg"
>
Expand Down

0 comments on commit fcad991

Please sign in to comment.