mirror of
https://github.com/penpot/penpot.git
synced 2025-06-10 03:11:41 +02:00
Allow toggling individual set themes
This commit is contained in:
parent
7e7203eb7c
commit
6f7b69c7ee
6 changed files with 26 additions and 18 deletions
|
@ -240,6 +240,10 @@
|
|||
st/state
|
||||
=))
|
||||
|
||||
(defn workspace-token-theme
|
||||
[id]
|
||||
(l/derived #(wtts/get-workspace-theme id %) st/state))
|
||||
|
||||
(def workspace-active-theme-ids
|
||||
(l/derived wtts/get-active-theme-ids st/state))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue