Reduce size of ZapPayRequestModal again

This commit is contained in:
Alex Gleason 2024-09-12 10:09:39 -05:00
parent 99ad819963
commit a4ece793fb
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ const ZapPayRequestModal: React.FC<IZapPayRequestModal> = ({ account, status, on
return (
<Modal width='2xl'>
<Modal width='lg'>
<ZapPayRequestForm account={account} status={status} onClose={onClickClose} />
</Modal>
);