0
Fork 0
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:
Marina López 2025-01-10 12:48:33 +01:00 committed by GitHub
commit eba2ef91e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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