mirror of
https://github.com/penpot/penpot.git
synced 2025-06-11 04:41:39 +02:00
Fix grid sidebar icons
This commit is contained in:
parent
632d534594
commit
bbd06972ad
2 changed files with 5 additions and 5 deletions
|
@ -151,7 +151,7 @@
|
|||
|
||||
[:div.grid-option-main-actions
|
||||
[:button.custom-button {:on-click handle-toggle-visibility} (if display i/eye i/eye-closed)]
|
||||
[:button.custom-button {:on-click handle-remove-grid} i/trash]]]
|
||||
[:button.custom-button {:on-click handle-remove-grid} i/minus]]]
|
||||
|
||||
[:& advanced-options {:visible? (:show-advanced-options @state)
|
||||
:on-close toggle-advanced-options}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue