mirror of
https://github.com/penpot/penpot.git
synced 2026-09-16 07:38:19 -04:00
Fix edit button
This commit is contained in:
1 parent
f1f2767e2a
commit
9268b18e56
1 file changed
+1
-1
@@ -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)}
|
||||
|
||||
Reference in new issue
Block a user