Change the width of account in zap split modal
This commit is contained in:
parent
d8e472370e
commit
d35d267201
|
@ -36,8 +36,8 @@ const ZapSplit = ({ zapData, zapAmount, invoice, onNext, isLastStep, onFinish }:
|
|||
<Stack space={10} alignItems='center' className='relative flex w-full pb-4 pt-2 sm:w-[80%]'>
|
||||
|
||||
<Stack space={4} justifyContent='center' className='w-full' alignItems='center'>
|
||||
<Stack justifyContent='center' alignItems='center' className='w-3/5 max-w-[190px] sm:w-4/5'>
|
||||
<div>
|
||||
<Stack justifyContent='center' alignItems='center' className='w-3/5'>
|
||||
<div className='max-w-[190px]'>
|
||||
<Account account={account} showProfileHoverCard={false} />
|
||||
</div>
|
||||
</Stack>
|
||||
|
|
|
@ -158,7 +158,7 @@ const ZapPayRequestForm = ({ account, status, onClose }: IZapPayRequestForm) =>
|
|||
</span>
|
||||
|
||||
<Link to={'/'} className='text-xs underline'>
|
||||
<img src={require('@tabler/icons/outline/info-square-rounded.svg')} className='w-5' alt='info-square-rounded' />
|
||||
<img src={require('@tabler/icons/outline/info-square-rounded.svg')} className='w-4' alt='info-square-rounded' />
|
||||
</Link>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue