Skip to content

Commit

Permalink
refactor: Button 폴더 이름을 CustomButton으로 변경합니다.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zero-1016 committed Jul 31, 2024
1 parent d3c6b92 commit 498506c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const CustomButtonMeta: Meta<typeof CustomButton> = {
children: { control: 'text' },
},
args: {
children: 'Button Text',
children: 'CustomButton Text',
variant: 'primary',
size: 'medium',
typoVariant: 'Body1',
Expand Down
File renamed without changes.

0 comments on commit 498506c

Please sign in to comment.