0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

Allow passing config

This commit is contained in:
Florian Schroedl 2024-08-22 10:54:41 +02:00
parent 6c802bc132
commit 7a2a521075

View file

@ -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))))