diff --git a/common/src/app/common/colors.cljc b/common/src/app/common/colors.cljc index 4d240cddb9..51a9afd5f7 100644 --- a/common/src/app/common/colors.cljc +++ b/common/src/app/common/colors.cljc @@ -332,10 +332,7 @@ (conj opacity))) (defn hex->hsl [hex] - (try - (-> hex hex->rgb rgb->hsl) - (catch #?(:clj Throwable :cljs :default) _e - [0 0 0]))) + (-> hex hex->rgb rgb->hsl)) (defn hex->hsla [data opacity]