diff --git a/frontend/src/app/main/ui/shapes/shape.cljs b/frontend/src/app/main/ui/shapes/shape.cljs index 790776004..6ec138194 100644 --- a/frontend/src/app/main/ui/shapes/shape.cljs +++ b/frontend/src/app/main/ui/shapes/shape.cljs @@ -41,7 +41,7 @@ (defn propagate-wrapper-styles ([children wrapper-props] (if (.isArray js/Array children) - (->> children (map propagate-wrapper-styles-child)) + (->> children (map #(propagate-wrapper-styles-child % wrapper-props))) (-> children (propagate-wrapper-styles-child wrapper-props))))) (mf/defc shape-container