mirror of
https://github.com/penpot/penpot.git
synced 2025-12-23 22:48:40 -05:00
Remove legacy
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user