0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

Merge pull request #174 from tokens-studio/fix-dimensions-keys-applied

Fix keys applied when dimensions or sizing token is applied directly
This commit is contained in:
Akshay Gupta 2024-06-19 12:58:54 +05:30 committed by GitHub
commit 0d4e3e8629
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -145,14 +145,14 @@
[:sizing
{:title "Sizing"
:attributes ctt/sizing-keys
:attributes #{:width :height}
:on-update-shape update-shape-dimensions
:modal {:key :tokens/sizing
:fields [{:label "Sizing"
:key :sizing}]}}]
[:dimensions
{:title "Dimensions"
:attributes ctt/dimensions-keys
:attributes #{:width :height}
:on-update-shape update-shape-dimensions
:modal {:key :tokens/dimensions
:fields [{:label "Dimensions"