diff --git a/packages/react/src/components/Button/index.stories.mdx b/packages/react/src/components/Button/index.stories.mdx
index 60e91eb..5ee9b7b 100644
--- a/packages/react/src/components/Button/index.stories.mdx
+++ b/packages/react/src/components/Button/index.stories.mdx
@@ -1,7 +1,7 @@
import { Canvas, Meta, Story, Source, ArgsTable } from '@storybook/addon-docs';
import { Button } from "./index";
-
+
export const Template = (args) => ;
@@ -10,10 +10,10 @@ export const Template = (args) => ;
The Cunningham Button behaves the same as the native html `