fix(ZapPayRequestForm): change bottom border from 8 to 4
This commit is contained in:
parent
cd9eb66a7d
commit
e090625f57
|
@ -76,7 +76,7 @@ const ZapPayRequestForm = ({ account, status }: IZapPayRequestForm) => {
|
|||
<div className='flex justify-center'>
|
||||
<Input
|
||||
type='text' onChange={handleCustomAmount} value={zapAmount}
|
||||
className='box-shadow:none max-w-28 rounded-none border-0 border-b-8 p-0.5 text-center !text-2xl font-bold !ring-0 dark:bg-transparent'
|
||||
className='box-shadow:none max-w-28 rounded-none border-0 border-b-4 p-0.5 text-center !text-2xl font-bold !ring-0 dark:bg-transparent'
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue