Add grid icons to layers

This commit is contained in:
alonso.torres 2023-05-09 11:41:30 +02:00
parent 5925d2520f
commit f5bb6b05f3
5 changed files with 18 additions and 11 deletions

View file

@ -26,7 +26,8 @@
(and (ctl/flex-layout? shape) (ctl/row? shape))
i/layout-rows
;; TODO: GRID ICON
(ctl/grid-layout? shape)
i/grid-layout-mode
:else
i/artboard)