summaryrefslogtreecommitdiff
path: root/src-migrate/modules/register
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-09-11 17:07:49 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-09-11 17:07:49 +0700
commit752e55686dfee0d536f9e4e128336e91681ba794 (patch)
tree65ab321175aee5520857c9e80f44009bde356c44 /src-migrate/modules/register
parentab39764b288b4d60923cc8cc6146ccdc1b4bfbac (diff)
<iman> update switch account
Diffstat (limited to 'src-migrate/modules/register')
-rw-r--r--src-migrate/modules/register/components/FormBisnis.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src-migrate/modules/register/components/FormBisnis.tsx b/src-migrate/modules/register/components/FormBisnis.tsx
index 73de60cb..85bb491d 100644
--- a/src-migrate/modules/register/components/FormBisnis.tsx
+++ b/src-migrate/modules/register/components/FormBisnis.tsx
@@ -296,7 +296,7 @@ const form: React.FC<FormProps> = ({ type, required, isPKP, chekValid }) => {
className={` ${
type === 'bisnis'
? 'mt-6 grid grid-cols-1 gap-y-4'
- : 'mt-6 grid grid-cols-2 gap-x-4 gap-y-5 auto-rows-min'
+ : 'mt-6 grid grid-cols-2 gap-x-4 gap-y-6 auto-rows-min'
}`}
onSubmit={handleSubmit}
>
@@ -332,7 +332,7 @@ const form: React.FC<FormProps> = ({ type, required, isPKP, chekValid }) => {
)}
</div>
- <div className='bg-red-400 h-full'>
+ <div className=''>
<label className='font-bold' htmlFor='company'>
Nama Bisnis
</label>