mirror of
https://github.com/penpot/penpot.git
synced 2025-02-12 10:09:03 -05:00
Fix spacing token click will add padding
This commit is contained in:
parent
fdce370bb6
commit
518441e582
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@
|
||||||
:key :rotation}]}}]
|
:key :rotation}]}}]
|
||||||
[:spacing
|
[:spacing
|
||||||
{:title "Spacing"
|
{:title "Spacing"
|
||||||
:attributes ctt/spacing-keys
|
:attributes #{:column-gap :row-gap}
|
||||||
|
:all-attributes ctt/spacing-keys
|
||||||
:on-update-shape wtch/update-layout-spacing
|
:on-update-shape wtch/update-layout-spacing
|
||||||
:modal {:key :tokens/spacing
|
:modal {:key :tokens/spacing
|
||||||
:fields [{:label "Spacing"
|
:fields [{:label "Spacing"
|
||||||
|
|
Loading…
Add table
Reference in a new issue