0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

Render properly the icon on layers toolbox.

This commit is contained in:
Andrey Antukh 2016-01-12 19:57:26 +02:00
parent f39d2d57a8
commit 4aaf4042f0

View file

@ -117,7 +117,7 @@
[:div.element-actions
[:div.toggle-element {:class "selected"} i/eye]
[:div.block-element i/lock]]
[:div.element-icon i/box]
[:div.element-icon (shapes/render item)]
[:span (or (:name item)
(:id item))]])))