Skip to content

Commit

Permalink
Feat(#38): Input Story Book 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
KIMSEI1124 committed Nov 10, 2024
1 parent 6e7d510 commit 6c57ea8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/stories/Common/Input.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ const meta: Meta<typeof Input> = {
component: Input,
tags: ['autodocs'],
args: {
styles: {
$variant: 'default',
},
$variant: 'default',
},
};

Expand All @@ -19,8 +17,6 @@ type Story = StoryObj<typeof meta>;
export const Default: Story = {};
export const Title: Story = {
args: {
styles: {
$variant: 'title',
},
$variant: 'title',
},
};

0 comments on commit 6c57ea8

Please sign in to comment.