0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 09:08:31 -05:00

🐛 Fix pin icon in project

This commit is contained in:
Eva 2023-01-10 14:26:52 +01:00
parent a7dfda515b
commit 9ca1efc128

View file

@ -124,6 +124,8 @@
.pin-icon {
margin: 0 $size-2 0 $size-5;
background-color: transparent;
border: none;
svg {
fill: $color-gray-20;
}