refactor: use keyboard return icon as the default storybook icon of IconButton

This commit is contained in:
jinhojang6 2023-04-12 04:19:15 +09:00
parent 724ac50229
commit 59ed061fdc
No known key found for this signature in database
GPG Key ID: 0E7AA62CB0D9E6F3
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ export const Root: Story<IconButtonProps & { icon: string }> = ({
Root.args = {
variant: 'outlined',
icon: 'FolderIcon',
icon: 'KeyboardReturnIcon',
size: 'large',
disabled: false,
}