Skip to content

Commit

Permalink
Fix: Cursor Pointer Style in resend email Bar
Browse files Browse the repository at this point in the history
  • Loading branch information
abhipatel0211 committed Feb 2, 2024
1 parent 08df231 commit 2386c9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const TwoFactorEmailModal = ({ onConfirm, onClose, emailOrUsername, invalidAttem
{invalidAttempt && <FieldError>{t('Invalid_password')}</FieldError>}
</Field>
</FieldGroup>
<Box display='flex' justifyContent='end' is='a' onClick={onClickResendCode}>
<Box style={{ cursor: 'pointer' }} display='flex' justifyContent='end' is='a' onClick={onClickResendCode}>
{t('Cloud_resend_email')}
</Box>
</GenericModal>
Expand Down

0 comments on commit 2386c9d

Please sign in to comment.