Skip to content

Commit

Permalink
TEST: ✅ 스토리북 Tag color 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
bbung95 committed May 7, 2024
1 parent 9cbb513 commit c13ca1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/Select/Select.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export const Tag_Select: Story = {
{tags?.map((tag) => (
<Tag key={tag.id} isButton onClick={() => handleRemoveTag(tag.id)}>
<Tag.Label>{tag.label}</Tag.Label>
<Icon name='xClose_s' className='w-16 h-16 stroke-icon-sub' />
<Icon name='xClose_s' className='w-16 h-16 text-icon-sub' />
</Tag>
))}
</div>
Expand Down

0 comments on commit c13ca1d

Please sign in to comment.