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:
parent
f1f2767e2a
commit
9268b18e56
1 changed files with 1 additions and 1 deletions
|
@ -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)}
|
||||
|
|
Loading…
Reference in a new issue