diff --git a/src/stories/Button.stories.tsx b/src/stories/Button.stories.tsx index 61a0dec66..1cfbafa3b 100644 --- a/src/stories/Button.stories.tsx +++ b/src/stories/Button.stories.tsx @@ -12,7 +12,7 @@ export const Default = Template.bind({}); Default.args = { size: 'responsive', children: '반응형 버튼', - theme: 'kakao', + themetype: 'kakao', onClick: () => { alert('클릭되었습니다'); }, diff --git a/src/stories/Image.stories.tsx b/src/stories/Image.stories.tsx index 60cb28859..eaa8b24a5 100644 --- a/src/stories/Image.stories.tsx +++ b/src/stories/Image.stories.tsx @@ -12,5 +12,5 @@ export const Default = Template.bind({}); Default.args = { src: 'https://t1.kakaocdn.net/friends/www/talk/kakaofriends_talk_2018.png', radius: 'circle', - ratio: 'auto', + ratio: 'square', };