From 0611393d20d86a4f4c6904da1e706970bfe65ec4 Mon Sep 17 00:00:00 2001 From: nhanluongoe Date: Wed, 10 Jan 2024 10:22:42 +0700 Subject: [PATCH] chore: update stories --- src/stories/Toast.stories.tsx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/stories/Toast.stories.tsx b/src/stories/Toast.stories.tsx index 513f5a6..14fe067 100644 --- a/src/stories/Toast.stories.tsx +++ b/src/stories/Toast.stories.tsx @@ -105,6 +105,30 @@ export const Loading: StoryFn = () => { ); }; +export const Warning: StoryFn = () => { + return ( +
+ + +
+ ); +}; + export const CustomIcon: StoryFn = () => { const [count, setCount] = useState(0);