diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-01-07 15:29:17 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-01-07 15:29:17 +0700 |
| commit | aa6d766e6dc3d033cbcb864762d77377121d446a (patch) | |
| tree | 194ae04a5461edfbfa23c24b303d654727550fab /src/lib/form | |
| parent | f4af8b3972d373aa8c8627ac787c3415d2d3f129 (diff) | |
<iman> update merchant
Diffstat (limited to 'src/lib/form')
| -rw-r--r-- | src/lib/form/components/Merchant.jsx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/form/components/Merchant.jsx b/src/lib/form/components/Merchant.jsx index b2e308be..95317dfb 100644 --- a/src/lib/form/components/Merchant.jsx +++ b/src/lib/form/components/Merchant.jsx @@ -1102,7 +1102,7 @@ const CreateMerchant = () => { /> </div> */} </div> - <div className='flex justify-end'> + <div className='flex justify-start'> {/* <Button colorScheme='red' className='w-full md:w-fit' @@ -1114,9 +1114,9 @@ const CreateMerchant = () => { <div> <button type='submit' - className='btn-yellow w-full md:w-fit mt-6 ml-0 md:ml-auto' + className='btn-light bg-red-500 rounded-lg text-white w-full md:w-fit mt-6 ml-0 md:ml-auto flex justify-between hover:bg-red-400' > - Simpan + <span>Daftar Merchant </span> </button> </div> </div> @@ -1740,14 +1740,14 @@ const CreateMerchant = () => { /> </div> */} </div> - <div className='flex justify-end'> + <div className='flex justify-end mb-4'> <Button colorScheme='red' className='w-full md:w-fit' type='submit' > Daftar Merchant{' '} - {<ChevronRightIcon className='w-5' color='white' />} + {/* {<ChevronRightIcon className='w-5' color='white' />} */} </Button> <div> {/* <button |
