mirror of
https://github.com/penpot/penpot.git
synced 2026-05-08 09:38:43 +00:00
🐛 Fix library icons on dashboard
This commit is contained in:
parent
4f05389a51
commit
0b2ad569a1
@ -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)}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user