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);