diff --git a/common/src/app/common/types/color.cljc b/common/src/app/common/types/color.cljc index 238c19ce82..0b163dc15d 100644 --- a/common/src/app/common/types/color.cljc +++ b/common/src/app/common/types/color.cljc @@ -98,7 +98,7 @@ [:map {:title "GradientStop"} [:color schema:hex-color] [:opacity {:optional true} [::sm/number {:min 0 :max 1}]] - [:offset ::sm/safe-number]]]]]) + [:offset [::sm/number {:min 0 :max 1}]]]]]]) (def schema:gradient-color [:map [:gradient schema:gradient]])