diff --git a/frontend/src/app/main/ui/workspace/tokens/changes.cljs b/frontend/src/app/main/ui/workspace/tokens/changes.cljs index 91d8a45c4..163e9f068 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]