mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🔧 Renames, privacy adjustments and other small enhancements
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
(watch [_ state _]
|
||||
(let [data (dsh/lookup-file-data state)]
|
||||
(->> (get data :tokens-lib)
|
||||
(ctob/get-active-themes-set-tokens)
|
||||
(ctob/get-tokens-in-active-sets)
|
||||
(sd/resolve-tokens)
|
||||
(rx/mapcat #(rx/of (end))))))))
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
(defn get-token [file name]
|
||||
(some-> (get-in file [:data :tokens-lib])
|
||||
(ctob/get-active-themes-set-tokens)
|
||||
(ctob/get-tokens-in-active-sets)
|
||||
(get name)))
|
||||
|
||||
(defn apply-token-to-shape
|
||||
|
||||
Reference in New Issue
Block a user