mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
Remove legacy
This commit is contained in:
parent
c6770f43c7
commit
f5c122b0db
2 changed files with 1 additions and 4 deletions
|
@ -478,9 +478,6 @@
|
|||
(def workspace-active-set-ids
|
||||
(l/derived wtts/get-active-set-ids st/state))
|
||||
|
||||
(def workspace-ordered-token-themes-OLD
|
||||
(l/derived wtts/get-workspace-ordered-themes st/state))
|
||||
|
||||
(def workspace-ordered-token-sets
|
||||
(l/derived
|
||||
(fn [data]
|
||||
|
|
|
@ -200,7 +200,7 @@
|
|||
|
||||
(mf/defc themes-sidebar
|
||||
[_props]
|
||||
(let [ordered-themes (mf/deref refs/workspace-ordered-token-themes-OLD)]
|
||||
(let [ordered-themes (mf/deref refs/workspace-token-themes)]
|
||||
[:div {:class (stl/css :theme-sidebar)}
|
||||
[:span {:class (stl/css :themes-header)} "Themes"]
|
||||
[:div {:class (stl/css :theme-select-wrapper)}
|
||||
|
|
Loading…
Add table
Reference in a new issue