Skip to content

Commit

Permalink
fix: 버튼 색 변경을 통한 ux 향상
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeseungyun committed Jul 13, 2024
1 parent fa59144 commit 0f356a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/page/Auth/Signup/components/phoneStep/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ export default function PhoneStep({ setIsStepComplete }: PhoneStepProps) {
[styles['verification-code__button--active']]: isSent || !isClick,
})}
onClick={sendCode}
disabled={isClick}
>
{isSent ? '인증번호 재발송' : '인증번호 발송'}
</button>
Expand Down

0 comments on commit 0f356a9

Please sign in to comment.