From 58563f9d54bc0f3b984be05d5e50d5188e3219e8 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Fri, 10 Jan 2025 13:52:48 +0100 Subject: [PATCH] :bug: fix storybook toast icon prop name --- frontend/src/app/main/ui/ds/notifications/toast.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/ds/notifications/toast.cljs b/frontend/src/app/main/ui/ds/notifications/toast.cljs index 7d794cb74..84f582c08 100644 --- a/frontend/src/app/main/ui/ds/notifications/toast.cljs +++ b/frontend/src/app/main/ui/ds/notifications/toast.cljs @@ -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}]]]])) \ No newline at end of file + [:> "button" {:on-click on-close :aria-label "Close" :class (stl/css :close-button)} [:> i/icon* {:icon-id i/close}]]]]))