Skip to content

Commit a519e79

Browse files
committed
refactor: 텍스트 컴포넌트 error color variant 추가
1 parent d8bd7c4 commit a519e79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/ui/Text/Text.stories.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ export const ColorPorps: StoryObj<typeof Text> = {
9393
<div className={styles.Wrapper}>
9494
<Text color="gradient" children="gradient" />
9595
</div>
96+
<div className={styles.Wrapper}>
97+
<Text color="error" children="error" />
98+
</div>
9699
</div>
97100
),
98101
};

0 commit comments

Comments
 (0)