mirror of
https://github.com/penpot/penpot.git
synced 2026-09-07 04:29:31 +00:00
Merge pull request #5544 from penpot/eva-fix-collapsable-button
🐛 Fix collapsable button icon id
This commit is contained in:
commit
eba2ef91e6
@ -24,6 +24,6 @@
|
|||||||
[:button {:class (stl/css :collapsed-button)
|
[:button {:class (stl/css :collapsed-button)
|
||||||
:title (tr "workspace.sidebar.expand")
|
:title (tr "workspace.sidebar.expand")
|
||||||
:on-click on-click}
|
:on-click on-click}
|
||||||
[:& icon* {:id "arrow"
|
[:> icon* {:icon-id "arrow"
|
||||||
:size "s"
|
:size "s"
|
||||||
:aria-label (tr "workspace.sidebar.expand")}]]]]))
|
:aria-label (tr "workspace.sidebar.expand")}]]]]))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user