Skip to content

Commit

Permalink
Merge pull request #31 from sopt-makers/feat/#30-dialogsType
Browse files Browse the repository at this point in the history
Feat/#30 dialogs type
  • Loading branch information
sohee-K authored Dec 10, 2023
2 parents 3768edf + e021824 commit 01b56d2
Show file tree
Hide file tree
Showing 13 changed files with 947 additions and 356 deletions.
20 changes: 20 additions & 0 deletions apps/docs/src/stories/CheckBox.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ export const LargeLabel: StoryObj = {
},

name: '체크박스 설명 있는 큰 사이즈',
parameters: {
layout: 'centered',
backgrounds: {
default: 'dark', // 기본 배경을 'dark'로 설정
values: [
{ name: 'dark', value: '#2c2c2c' }, // 'dark' 배경의 색상을 검정색으로 지정
{ name: 'white', value: '#ffffff' },
],
},
},
};

export const SmallLabel: StoryObj = {
Expand All @@ -56,4 +66,14 @@ export const SmallLabel: StoryObj = {
},

name: '체크박스 설명 있는 작은 사이즈',
parameters: {
layout: 'centered',
backgrounds: {
default: 'dark', // 기본 배경을 'dark'로 설정
values: [
{ name: 'dark', value: '#2c2c2c' }, // 'dark' 배경의 색상을 검정색으로 지정
{ name: 'white', value: '#ffffff' },
],
},
},
};
Loading

0 comments on commit 01b56d2

Please sign in to comment.