mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
🐛 Fix collapsable button icon id
This commit is contained in:
parent
d500058aa9
commit
6d34ce58fa
@ -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