From 52d7c86647a40b255b703c76f2950208fbe12842 Mon Sep 17 00:00:00 2001 From: BrickheadJohnny Date: Mon, 25 Nov 2024 13:34:53 +0100 Subject: [PATCH] fix: button width in storybook --- src/stories/Toast.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stories/Toast.stories.tsx b/src/stories/Toast.stories.tsx index e02f52192d..b8b567602d 100644 --- a/src/stories/Toast.stories.tsx +++ b/src/stories/Toast.stories.tsx @@ -22,7 +22,7 @@ const ToastExample = ({ toast(title, { description, action: action ? ( - ) : undefined,