Skip to content

Commit

Permalink
style: UX 라이팅 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
Arooming committed Jan 19, 2024
1 parent e3c0572 commit 4e0d632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Target/components/CompleteButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function CompleteButton({ isActive, onClick }: CompleteButtonProps) {
return (
<S.CompleteButtonWrapper>
<Button variant="complete" disabled={!isActive} onClick={onClick}>
완료
다음
</Button>
</S.CompleteButtonWrapper>
);
Expand Down

0 comments on commit 4e0d632

Please sign in to comment.