diff --git a/src/stories/components/Button.stories.tsx b/src/stories/components/Button.stories.tsx index e61683af..1fcf666b 100644 --- a/src/stories/components/Button.stories.tsx +++ b/src/stories/components/Button.stories.tsx @@ -35,6 +35,62 @@ export const Default: Story = { }, }; +export const Small: Story = { + // @ts-ignore + args: { + children: '', + }, + render: props => ( +