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:
parent
6c802bc132
commit
7a2a521075
1 changed files with 3 additions and 2 deletions
|
@ -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))))
|
||||
|
|
Loading…
Reference in a new issue