diff --git a/packages/react/src/components/Button/__snapshots__/index.story.storyshot b/packages/react/src/components/Button/__snapshots__/index.story.storyshot index 76e895d8d..ccd5886b5 100644 --- a/packages/react/src/components/Button/__snapshots__/index.story.storyshot +++ b/packages/react/src/components/Button/__snapshots__/index.story.storyshot @@ -548,6 +548,7 @@ exports[`Storyshots Button Focus 1`] = `
* + * { + margin-left: 8px; + } + " >
* + * { + margin-top: 8px; + } + " >
* + * { + margin-top: 8px; + } + " > diff --git a/packages/react/src/components/Button/index.story.tsx b/packages/react/src/components/Button/index.story.tsx index b3b8983ec..ceda37792 100644 --- a/packages/react/src/components/Button/index.story.tsx +++ b/packages/react/src/components/Button/index.story.tsx @@ -21,6 +21,9 @@ export default { }, }, }, + args: { + onClick: action('click'), + }, render: (args) => , } as Meta