Skip to content

Commit

Permalink
fix: #11 typography children type
Browse files Browse the repository at this point in the history
  • Loading branch information
leeminhee119 committed Jul 18, 2024
1 parent b7e16d3 commit 3837475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/common/typography/Typography.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type TypographyProps = {
as?: Extract<React.ElementType, TextTags>;
variant?: keyof typeof DESIGN_SYSTEM_TEXT;
color?: keyof typeof DESIGN_SYSTEM_COLOR;
children: React.ReactElement | string;
children: React.ReactNode;
};

// FIXME: 디자인 토큰에 따른 default 값 수정
Expand Down

0 comments on commit 3837475

Please sign in to comment.