diff --git a/nym-wallet/src/components/Modals/styles.ts b/nym-wallet/src/components/Modals/styles.ts index de4621a2a8..1f3c92cb09 100644 --- a/nym-wallet/src/components/Modals/styles.ts +++ b/nym-wallet/src/components/Modals/styles.ts @@ -3,7 +3,7 @@ export const modalStyle = { top: '50%', left: '50%', transform: 'translate(-50%, -50%)', - width: 500, + width: 600, bgcolor: 'background.paper', boxShadow: 24, borderRadius: '16px',