Skip to content

Commit 32ee2d5

Browse files
Merge pull request #327 from auth0/fix/mfa-dialog-width
fix(react): fix mfa dialog similar to other dialog component
2 parents a099255 + a6e4e84 commit 32ee2d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react/src/components/auth0/my-account/shared/mfa/delete-factor-confirmation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export function DeleteFactorConfirmation({
5757
<DialogContent
5858
style={currentStyles?.variables}
5959
className={cn(
60-
'w-[400px] max-h-[90vh]',
60+
'w-[600px] max-h-[90vh]',
6161
currentStyles.classes?.['DeleteFactorConfirmation-dialogContent'],
6262
)}
6363
>

packages/react/src/components/auth0/my-account/shared/mfa/user-mfa-setup-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export function UserMFASetupForm({
190190
style={currentStyles.variables}
191191
aria-describedby="mfa-setup-form"
192192
className={cn(
193-
'w-[400px] max-h-[90vh]',
193+
'w-[600px] max-h-[90vh]',
194194
currentStyles.classes?.['UserMFASetupForm-dialogContent'],
195195
)}
196196
>

0 commit comments

Comments
 (0)