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:
parent
4f05389a51
commit
0b2ad569a1
2 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue