diff --git a/frontend/src/app/main/ui/workspace/tokens/context_menu.cljs b/frontend/src/app/main/ui/workspace/tokens/context_menu.cljs index a1cde4010a..dee0d9139b 100644 --- a/frontend/src/app/main/ui/workspace/tokens/context_menu.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/context_menu.cljs @@ -125,6 +125,16 @@ {:title "Min height" :attributes #{:layout-item-min-h}} {:title "Max height" :attributes #{:layout-item-max-h}}]) + :dimensions (attributes->actions + apply-sizing-token + [{:title "Spacing" :attributes #{:width :height}} + {:title "Sizing" :attributes #{:width}} + {:title "Border Radius" :attributes #{:height}} + {:title "Border Width" :attributes #{:width}} + {:title "x" :attributes #{:width}} + {:title "y" :attributes #{:width}} + {:title "Background blur" :attributes #{:width}}]) + []))) (defn generate-menu-entries [{:keys [token-id token-type-props token-type selected-shapes] :as context-data}]