diff --git a/src/uxbox/data/workspace.cljs b/src/uxbox/data/workspace.cljs index 823ed6d167..41909e9660 100644 --- a/src/uxbox/data/workspace.cljs +++ b/src/uxbox/data/workspace.cljs @@ -225,6 +225,7 @@ (when x {:x x}) (when y {:y y}))))) +;; TODO: rename fill to "color" for consistency. (defn update-shape-fill [sid {:keys [fill opacity] :as opts}] (sc/validate! +shape-update-fill-schema+ opts)