Skip to content

Commit

Permalink
chore: resolve build error #219
Browse files Browse the repository at this point in the history
  • Loading branch information
bottlewook committed Feb 29, 2024
1 parent 5f38bab commit 6e4ddda
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ type Story = StoryObj<typeof meta>;
export const black: Story = {
args: {
label: '검은색',
value: '37383C',
value: 21,
color: 'black',
},
};

export const green: Story = {
args: {
label: '초록',
value: '2F4F4F',
value: 26,
color: 'green',
},
};

0 comments on commit 6e4ddda

Please sign in to comment.