summaryrefslogtreecommitdiff
path: root/src/lib/auth/components
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-10-01 10:57:08 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-10-01 10:57:08 +0700
commit2dc7f7ae3eb62f9821f8ae1fb87db2e7b9234e1b (patch)
tree845713b3aeadfb224036cb03762b4079edb63b8e /src/lib/auth/components
parented679c9b8ea85e8f181cf67465effc4b5ff1a7bc (diff)
<iman> update logic switch account
Diffstat (limited to 'src/lib/auth/components')
-rw-r--r--src/lib/auth/components/SwitchAccount.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/auth/components/SwitchAccount.jsx b/src/lib/auth/components/SwitchAccount.jsx
index a609d9e7..12d00890 100644
--- a/src/lib/auth/components/SwitchAccount.jsx
+++ b/src/lib/auth/components/SwitchAccount.jsx
@@ -233,11 +233,11 @@ const SwitchAccount = ({ company_type }) => {
buttonSubmitClick={buttonSubmitClick}
/>
<div className='flex flex-row justify-end mt-4 '>
- <div>
+ <div className='mr-4'>
<button
type='submit'
onClick={() => setChangeConfirmation(true)}
- className='btn-yellow w-full sm:w-fit sm:ml-auto mt-6 mr-2'
+ className='btn-yellow w-full sm:w-fit sm:ml-auto mt-6 mr-8 md:mr-4'
>
{mutation.isLoading ? 'Loading...' : 'Simpan Perubahan'}
</button>