diff options
Diffstat (limited to 'src')
| -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 |
