Skip to content

Commit

Permalink
chore:코드리뷰 반영2
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene028 committed May 29, 2024
1 parent 2dc7a3b commit 4200713
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/wow-ui/src/components/Chip/Chip.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ const meta = {
negative: "negative",
},
},
options: ["default", "positive", "negative"],
description:
"칩의 테마를 나타냅니다. 기본 색상은 default이며, 긍정적인 피드백은 positive, 부정적인 피드백은 negative를 활용합니다.",
table: {
Expand All @@ -70,11 +69,14 @@ const meta = {
},
},
label: {
required: true,
description: "칩에 들어가게 될 텍스트입니다.",
table: {
type: { summary: "string" },
},
type: {
name: "string",
required: true,
},
control: {
type: "text",
},
Expand Down

0 comments on commit 4200713

Please sign in to comment.