Improve overall responsiveness on mobile devices (#214)
This commit is contained in:
committed by
GitHub
parent
4bba67246b
commit
fcb37e7d75
@@ -172,7 +172,7 @@ function DeleteTeamConfirmationForm({
|
||||
email={user.email}
|
||||
onSuccess={(otp) => form.setValue('otp', otp, { shouldValidate: true })}
|
||||
CancelButton={
|
||||
<AlertDialogCancel>
|
||||
<AlertDialogCancel className={'m-0'}>
|
||||
<Trans i18nKey={'common:cancel'} />
|
||||
</AlertDialogCancel>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user