Merge pull request #5544 from penpot/eva-fix-collapsable-button

🐛  Fix collapsable button icon id
This commit is contained in:
Marina López
2025-01-10 12:48:33 +01:00
committed by GitHub

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