diff --git a/frontend/src/app/main/data/tokens.cljs b/frontend/src/app/main/data/tokens.cljs index 91e90c3252..e409f5f641 100644 --- a/frontend/src/app/main/data/tokens.cljs +++ b/frontend/src/app/main/data/tokens.cljs @@ -150,9 +150,11 @@ active-token-themes (some-> tokens-lib (ctob/toggle-theme-active? group name) (ctob/get-active-theme-paths)) - changes (pcb/update-active-token-themes (pcb/empty-changes it) active-token-themes prev-active-token-themes)] + changes (-> (pcb/empty-changes it) + (pcb/update-active-token-themes active-token-themes prev-active-token-themes))] (rx/of - (dch/commit-changes changes)))))) + (dch/commit-changes changes) + (wtu/update-workspace-tokens)))))) (defn delete-token-theme [group name] (ptk/reify ::delete-token-theme