mirror of
https://github.com/penpot/penpot.git
synced 2026-05-28 19:33:45 +00:00
🐛 Fix incorrect icons in grid view (#8373)
This commit is contained in:
parent
619e2387dc
commit
166dc05ff2
@ -867,15 +867,15 @@
|
|||||||
:on-change on-change
|
:on-change on-change
|
||||||
:name (dm/str "flex-align-items-" type)
|
:name (dm/str "flex-align-items-" type)
|
||||||
:options [{:id (dm/str "align-items-start-" type)
|
:options [{:id (dm/str "align-items-start-" type)
|
||||||
:icon (get-layout-flex-icon :align-items :start is-column)
|
:icon (get-layout-grid-icon :align-items :start is-column)
|
||||||
:label "Align items start"
|
:label "Align items start"
|
||||||
:value "start"}
|
:value "start"}
|
||||||
{:id (dm/str "align-items-center-" type)
|
{:id (dm/str "align-items-center-" type)
|
||||||
:icon (get-layout-flex-icon :align-items :center is-column)
|
:icon (get-layout-grid-icon :align-items :center is-column)
|
||||||
:label "Align items center"
|
:label "Align items center"
|
||||||
:value "center"}
|
:value "center"}
|
||||||
{:id (dm/str "align-items-end-" type)
|
{:id (dm/str "align-items-end-" type)
|
||||||
:icon (get-layout-flex-icon :align-items :end is-column)
|
:icon (get-layout-grid-icon :align-items :end is-column)
|
||||||
:label "Align items end"
|
:label "Align items end"
|
||||||
:value "end"}]}]))
|
:value "end"}]}]))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user