summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-09-02 15:28:07 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-09-02 15:28:07 +0700
commita19531237842b27cfa2d62b32543bbdbca454bc2 (patch)
tree1c982d96278703a846427d5b34bacadb3f22ec60
parent340d55fe93fb93b3f77d4c5f2d55174432aec810 (diff)
<iman> update tampilan button lihat example
-rw-r--r--src-migrate/modules/register/components/FormBisnis.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/modules/register/components/FormBisnis.tsx b/src-migrate/modules/register/components/FormBisnis.tsx
index 79515a36..ea0e4761 100644
--- a/src-migrate/modules/register/components/FormBisnis.tsx
+++ b/src-migrate/modules/register/components/FormBisnis.tsx
@@ -425,7 +425,7 @@ const form: React.FC<FormProps> = ({ type, required, isPKP }) => {
<div className="flex flex-row items-center">
Nomor SPPKP { !required && <span className='ml-2 font-normal text-gray_r-11'>(opsional) </span>}
</div>
- {<div onClick={() => setIsExample(!isExample)} className="rounded text-white p-2 flex flex-row bg-red-500" >
+ {<div onClick={() => setIsExample(!isExample)} className="rounded text-white p-2 flex flex-row bg-red-500 hover:cursor-pointer hover:bg-red-400" >
<EyeIcon className='w-4 mr-2' />
<p className="font-light text-xs">Lihat Contoh</p>
</div>}