mirror of
https://github.com/penpot/penpot.git
synced 2025-02-23 23:35:58 -05:00
Merge pull request #5544 from penpot/eva-fix-collapsable-button
🐛 Fix collapsable button icon id
This commit is contained in:
commit
eba2ef91e6
1 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,6 @@
|
|||
[:button {:class (stl/css :collapsed-button)
|
||||
:title (tr "workspace.sidebar.expand")
|
||||
:on-click on-click}
|
||||
[:& icon* {:id "arrow"
|
||||
[:> icon* {:icon-id "arrow"
|
||||
:size "s"
|
||||
:aria-label (tr "workspace.sidebar.expand")}]]]]))
|
||||
|
|
Loading…
Add table
Reference in a new issue