0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

Merge pull request #2755 from penpot/eva-fix-icon

🐛 Fix pin icon in project
This commit is contained in:
Alejandro 2023-01-10 15:55:23 +01:00 committed by GitHub
commit 3480d6979b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}