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 => (
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ),
+};
+
+export const Mini: Story = {
+ // @ts-ignore
+ args: {
+ children: '',
+ },
+ render: props => (
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ),
+};
+
export const Disabled: Story = {
args: {
variant: 'filled',
@@ -50,7 +106,7 @@ export const Grid: Story = {
-
+
@@ -58,7 +114,7 @@ export const Grid: Story = {
-
+
),
@@ -82,12 +138,12 @@ export const PrettyColors: Story = {
-