diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/menus/measures.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/menus/measures.cljs index 433e1f007..d457c3d7a 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/menus/measures.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/menus/measures.cljs @@ -296,10 +296,9 @@ token-value (some-> token wtc/resolve-token-value)] (st/emit! (change-radius (fn [shape] - (-> (dt/maybe-apply-token-to-shape - {:token-id token - :shape shape - :attributes (wtc/token-attributes :border-radius)}) + (-> (dt/maybe-apply-token-to-shape {:token token + :shape shape + :attributes (wtc/token-attributes :border-radius)}) (ctsr/set-radius-1 (or token-value value))))))))) on-radius-multi-change