From 41e6471cc663753a71d8862379370b8ae194d382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Thu, 9 Jan 2025 18:24:06 +0100 Subject: [PATCH] :bug: Small fix --- frontend/src/app/main/ui/workspace/tokens/changes.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/tokens/changes.cljs b/frontend/src/app/main/ui/workspace/tokens/changes.cljs index 91d8a45c45..163e9f0682 100644 --- a/frontend/src/app/main/ui/workspace/tokens/changes.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/changes.cljs @@ -139,7 +139,7 @@ (tinycolor/valid-color) (tinycolor/->hex) (str "#"))] - (apply f shape-ids {:color color} 0 [:ignore-touched true]))) + (f shape-ids {:color color} 0 {:ignore-touched true}))) (defn update-fill [value shape-ids]