From cfd291db5e26ff5f450ad24005d4a0ccc51cbb18 Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Fri, 8 Nov 2024 11:46:42 +0100 Subject: [PATCH] Restore default --- frontend/src/app/main/ui/workspace/tokens/tinycolor.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/tokens/tinycolor.cljs b/frontend/src/app/main/ui/workspace/tokens/tinycolor.cljs index 9a8d74f101..1770fb5861 100644 --- a/frontend/src/app/main/ui/workspace/tokens/tinycolor.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/tinycolor.cljs @@ -4,7 +4,7 @@ This library was chosen as it is already used by StyleDictionary, so there is no extra dependency cost and there was no clojure alternatives with all the necessary features." (:require - ["tinycolor2" :as tinycolor])) + ["tinycolor2$default" :as tinycolor])) (defn tinycolor? [^js x] (and (instance? tinycolor x) (.isValid x)))