Skip to content

Commit

Permalink
fix: pin icon should adapt to theme colors (#8183)
Browse files Browse the repository at this point in the history
* fix: pin icon should adapt to theme colors

* fix icon clipping
  • Loading branch information
EmilyBonar authored Oct 18, 2023
1 parent aff81a5 commit 1fb50cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions webui/react/src/components/kit/Icon/Icon.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
fill: currentColor;
flex-shrink: 0;
user-select: none;

svg {
aspect-ratio: 1 / 1;
}
}
.tiny {
width: var(--icon-tiny);
Expand Down
2 changes: 1 addition & 1 deletion webui/react/src/components/kit/icons/pin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1fb50cd

Please sign in to comment.