0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-05 03:21:26 -05:00

🐛 Fix collapsable button icon id

This commit is contained in:
Eva Marco 2025-01-10 11:55:54 +01:00
parent d500058aa9
commit 6d34ce58fa

View file

@ -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")}]]]]))