Skip to content

Commit

Permalink
fix:text color default 값 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
2NNS-V committed Aug 28, 2024
1 parent 9dac8d7 commit b6f3068
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/typography/Text.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ export const TextElement = styled.span<TextProps>`
switch (props.color) {
case "primary":
return "var(--color-primary)";
default :
return props.color;
}
}};
`;

0 comments on commit b6f3068

Please sign in to comment.