Skip to content

Commit

Permalink
chore: TextButton underline css 속성 적용 방법 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hamo-o committed Jun 30, 2024
1 parent 6e06ed8 commit fff6ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wow-ui/src/components/TextButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const TextButton: ButtonComponent & { displayName?: string } = forwardRef(
{...rest}
>
<styled.span
style={{ textDecoration: "underline" }}
textDecoration="underline"
textStyle={size === "lg" ? "label1" : "label2"}
>
{label}
Expand Down

0 comments on commit fff6ec2

Please sign in to comment.