0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-01 03:49:22 -05:00

Merge pull request #5552 from penpot/juanfran-toast-storybook-input-error

🐛 fix storybook toast icon prop name
This commit is contained in:
Eva Marco 2025-01-10 14:53:40 +01:00 committed by GitHub
commit 7c2ccb77ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,4 +42,4 @@
children
;; TODO: this should be a buttom from the DS, but this variant is not designed yet.
;; https://tree.taiga.io/project/penpot/task/8492
[:> "button" {:on-click on-close :aria-label "Close" :class (stl/css :close-button)} [:> i/icon* {:id i/close}]]]]))
[:> "button" {:on-click on-close :aria-label "Close" :class (stl/css :close-button)} [:> i/icon* {:icon-id i/close}]]]]))