Skip to content

Commit

Permalink
chore(data-table): update storybook to use correct button variant (ca…
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Jan 6, 2020
1 parent 956b719 commit 8eaba7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default props => (
Action 3
</TableToolbarAction>
</TableToolbarMenu>
<Button onClick={action('Add new row')} small kind="primary">
<Button onClick={action('Add new row')} size="small" kind="primary">
Add new
</Button>
</TableToolbarContent>
Expand Down

0 comments on commit 8eaba7c

Please sign in to comment.