diff --git a/packages/components/src/card/stories/index.tsx b/packages/components/src/card/stories/index.tsx index 74c6825dc5f7c..71b521871d7df 100644 --- a/packages/components/src/card/stories/index.tsx +++ b/packages/components/src/card/stories/index.tsx @@ -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, - }, -};