mirror of
https://github.com/penpot/penpot.git
synced 2025-06-10 21:11:37 +02: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])}])
|
:background-color (dm/get-in file [:data :options :background])}])
|
||||||
|
|
||||||
(when (and (:is-shared file) (not library-view?))
|
(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 :info-wrapper)}
|
||||||
[:div {:class (stl/css :item-info)}
|
[:div {:class (stl/css :item-info)}
|
||||||
|
|
|
@ -144,7 +144,8 @@ $thumbnail-default-height: $s-168; // Default width
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
fill: $db-secondary;
|
stroke: $db-secondary;
|
||||||
|
fill: none;
|
||||||
height: $s-16;
|
height: $s-16;
|
||||||
width: $s-16;
|
width: $s-16;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue