change financial and pixel perfect

This commit is contained in:
hamid zarghami
2025-03-02 18:27:57 +03:30
parent 7317fb26cf
commit 632c8f4c4e
21 changed files with 8234 additions and 154 deletions
+2 -2
View File
@@ -72,7 +72,7 @@ const CardtoCard: FC = () => {
label={t('wallet.select_sheba')}
placeholder={t('select')}
items={getBankAccount.data?.data?.bankAccounts?.map((item: any) => ({
label: item.IBan,
label: 'IR' + item.IBan,
value: item.id
}))}
name='bankAccountId'
@@ -84,7 +84,7 @@ const CardtoCard: FC = () => {
<div className='mt-8'>
<Input
label={t('wallet.amount')}
placeholder={t('wallet.enter_amount_card')}
placeholder={t('wallet.enter_amount_sheba')}
name='amount'
onChange={formik.handleChange}
error_text={formik.touched.amount && formik.errors.amount ? formik.errors.amount : ''}