Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from nativedone/patch-1 [skip ci]
Browse files Browse the repository at this point in the history
chore: update example in Button.stories.tsx
  • Loading branch information
yannbf authored Mar 24, 2021
2 parents 98c4b60 + 140191c commit aed16e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/src/stories/Button.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const Primary = Template.bind({});
Primary.args = {
children: 'foo',
size: 'large',
primary: true,
};

export const Secondary = Template.bind({});
Expand Down

0 comments on commit aed16e6

Please sign in to comment.