diff --git a/frontend/src/app/main/ui/workspace/tokens/style_dictionary.cljs b/frontend/src/app/main/ui/workspace/tokens/style_dictionary.cljs index 5ee4a3b9a..62b068a32 100644 --- a/frontend/src/app/main/ui/workspace/tokens/style_dictionary.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/style_dictionary.cljs @@ -136,5 +136,6 @@ (defn use-active-theme-sets-tokens [& {:as config}] (-> (mf/deref refs/workspace-active-theme-sets-tokens) - (use-resolved-tokens {:cache-atom !theme-tokens-cache - :names-map? true}))) + (use-resolved-tokens (merge {:cache-atom !theme-tokens-cache + :names-map? true} + config))))