0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 00:01:51 -05:00

🐛 Fix library icons on dashboard

This commit is contained in:
Eva 2024-01-11 16:08:34 +01:00 committed by Alonso Torres
parent 4f05389a51
commit 0b2ad569a1
2 changed files with 3 additions and 2 deletions

View file

@ -359,7 +359,7 @@
:background-color (dm/get-in file [:data :options :background])}])
(when (and (:is-shared file) (not library-view?))
[:div {:class (stl/css :item-badge)} i/library])
[:div {:class (stl/css :item-badge)} i/library-refactor])
[:div {:class (stl/css :info-wrapper)}
[:div {:class (stl/css :item-info)}

View file

@ -144,7 +144,8 @@ $thumbnail-default-height: $s-168; // Default width
justify-content: center;
svg {
fill: $db-secondary;
stroke: $db-secondary;
fill: none;
height: $s-16;
width: $s-16;
}