0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00

Remove legacy

This commit is contained in:
Florian Schroedl 2024-09-20 14:42:48 +02:00
parent c6770f43c7
commit f5c122b0db
2 changed files with 1 additions and 4 deletions

View file

@ -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]

View file

@ -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)}