fix: paddings in user wallet

This commit is contained in:
Mahyar Khanbolooki
2025-08-09 15:12:58 +03:30
parent bb73e3ff6f
commit d65d7f1cc8
@@ -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'