fix: hide loader on unlock modal (#456)

This commit is contained in:
Linkie Link 2023-09-11 17:58:18 +02:00 committed by GitHub
parent 83e02eeeaa
commit f517a94b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,10 +15,11 @@ export default function UnlockModal() {
<Modal <Modal
onClose={onClose} onClose={onClose}
header={ header={
<div className='grid h-12 w-12 place-items-center rounded-sm bg-white/5'> <div className='grid w-12 h-12 rounded-sm place-items-center bg-white/5'>
<LockUnlocked width={18} /> <LockUnlocked width={18} />
</div> </div>
} }
hideTxLoader
modalClassName='max-w-modal-sm' modalClassName='max-w-modal-sm'
headerClassName='p-8' headerClassName='p-8'
contentClassName='px-8 pb-8' contentClassName='px-8 pb-8'