mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 14:16:39 +02:00
🐛 Fix styling info at the libraries modal
This commit is contained in:
parent
3421e6ef57
commit
c59fc87fc4
3 changed files with 67 additions and 38 deletions
|
@ -492,6 +492,7 @@
|
|||
(library-summary [{:keys [id data] :as file}]
|
||||
(binding [pmap/*load-fn* (partial load-pointer conn id)]
|
||||
{:components (assets-sample (:components data) 4)
|
||||
:media (assets-sample (:media data) 3)
|
||||
:colors (assets-sample (:colors data) 3)
|
||||
:typographies (assets-sample (:typographies data) 3)}))]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue