Skip to content

Commit 8c72ee8

Browse files
committed
FEAT: 버튼 스토리북 w-full 옵션 추가
1 parent e014b39 commit 8c72ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stories/navgiation/Button.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const meta = {
3535
control: {
3636
type: 'radio',
3737
},
38-
options: ['sm', 'ml', 'lg', 'xl'],
38+
options: ['sm', 'ml', 'lg', 'xl', 'full'],
3939
},
4040
text: {
4141
control: 'text',

0 commit comments

Comments
 (0)