diff --git a/frontend/src/app/main/ui/shapes/custom_stroke.cljs b/frontend/src/app/main/ui/shapes/custom_stroke.cljs index a5b24efa1..9d08c4cab 100644 --- a/frontend/src/app/main/ui/shapes/custom_stroke.cljs +++ b/frontend/src/app/main/ui/shapes/custom_stroke.cljs @@ -379,10 +379,7 @@ (cond-> (obj/merge! props fill-props) (some? style) - (obj/set! "style" style))) - - :else - props))) + (obj/set! "style" style)))))) (defn build-stroke-props [position child value render-id] (let [props (-> (obj/get child "props")