Skip to content

Commit

Permalink
remove args
Browse files Browse the repository at this point in the history
  • Loading branch information
torounit committed Aug 18, 2022
1 parent ba1447a commit 453dfd0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/components/src/card/stories/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,3 @@ const Template: ComponentStory< typeof Card > = ( args ) => {
};

export const Default: ComponentStory< typeof Card > = Template.bind( {} );
Default.args = {
size: 'medium',
isBorderless: false,
isRounded: false,
elevation: 0,
style: {
width: 360,
},
};

0 comments on commit 453dfd0

Please sign in to comment.