summaryrefslogtreecommitdiff
path: root/src-migrate/modules/register/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src-migrate/modules/register/index.tsx')
-rw-r--r--src-migrate/modules/register/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/modules/register/index.tsx b/src-migrate/modules/register/index.tsx
index e89a6de3..da41a5bb 100644
--- a/src-migrate/modules/register/index.tsx
+++ b/src-migrate/modules/register/index.tsx
@@ -52,7 +52,7 @@ const Register = () => {
<label htmlFor="name" className="text-black font-bold">
Tipe Akun
</label>
- <div className="grid grid-cols-2 gap-x-3 mt-2 h-10 font-bold text-black hover:cursor-pointer">
+ <div className="grid grid-cols-2 gap-x-3 mt-2 h-14 font-bold text-black hover:cursor-pointer">
<div
className={` border rounded-md flex justify-center items-center transition-colors duration-300 ease-in-out ${
isIndividuClicked ? "bg-red-500 text-white" : ""