mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 04:41:37 +02:00
Add selected sets UI
This commit is contained in:
parent
0f95ddef8f
commit
c2a045ad5b
3 changed files with 27 additions and 7 deletions
|
@ -240,6 +240,12 @@
|
|||
st/state
|
||||
=))
|
||||
|
||||
(def workspace-active-theme-id
|
||||
(l/derived wtts/update-theme-id st/state))
|
||||
|
||||
(def workspace-token-themes
|
||||
(l/derived wtts/get-workspace-themes-index st/state))
|
||||
|
||||
(def workspace-ordered-token-themes
|
||||
(l/derived wtts/get-workspace-ordered-themes st/state))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue