Skip to content

Commit

Permalink
fix: [1주차 리뷰] stories 디폴트 값 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyoeunkh committed Jun 30, 2024
1 parent 7d9b09e commit a0f86cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/stories/Button.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const Default = Template.bind({});
Default.args = {
size: 'responsive',
children: '반응형 버튼',
theme: 'kakao',
themetype: 'kakao',
onClick: () => {
alert('클릭되었습니다');
},
Expand Down
2 changes: 1 addition & 1 deletion src/stories/Image.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
};

0 comments on commit a0f86cf

Please sign in to comment.