fix: paddings in user wallet
This commit is contained in:
@@ -49,8 +49,8 @@ function UserWalletIndex({ }: Props) {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="grid gap-6 mt-6">
|
||||
<div className='inline-flex items-center gap-2.5 text-sm2'>
|
||||
<div className="grid gap-3 mt-6">
|
||||
<div className='inline-flex items-center mb-3 gap-2.5 text-sm2'>
|
||||
برای شارژ کیف پول خود میتوانید بر روی یکی از مبالغ زیر کلیک کنید و یا مبلغ دلخواه خود را وارد کنید
|
||||
</div>
|
||||
<Button
|
||||
@@ -84,7 +84,7 @@ function UserWalletIndex({ }: Props) {
|
||||
</span>
|
||||
</Button>
|
||||
<InputField
|
||||
className='bg-container'
|
||||
className='bg-container mt-7'
|
||||
labelText='مبلغ دلخواه (تومان)'
|
||||
dir='ltr'
|
||||
inputMode='decimal'
|
||||
|
||||
Reference in New Issue
Block a user