From a0f86cf1de4956dc600f38b31db7eb03bae2e2cf Mon Sep 17 00:00:00 2001 From: Hyoeunkh Date: Sun, 30 Jun 2024 15:55:55 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[1=EC=A3=BC=EC=B0=A8=20=EB=A6=AC?= =?UTF-8?q?=EB=B7=B0]=20stories=20=EB=94=94=ED=8F=B4=ED=8A=B8=20=EA=B0=92?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stories/Button.stories.tsx | 2 +- src/stories/Image.stories.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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', };