0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

Fix edit button

This commit is contained in:
Florian Schroedl 2024-10-01 12:53:01 +02:00
parent f1f2767e2a
commit 9268b18e56

View file

@ -171,7 +171,7 @@
(mf/defc themes-sidebar
[_props]
(let [ordered-themes (mf/deref refs/workspace-token-themes)]
(let [ordered-themes (mf/deref refs/workspace-token-themes-no-hidden)]
[:div {:class (stl/css :theme-sidebar)}
[:span {:class (stl/css :themes-header)} "Themes"]
[:div {:class (stl/css :theme-select-wrapper)}