From fcd8435e1efb84ebf8ab636a3a345d870ec6102a Mon Sep 17 00:00:00 2001 From: = <=> Date: Mon, 29 Jul 2024 06:45:55 +0100 Subject: [PATCH] Fix: adjust buttons and input fields heights and set max-width of form container --- src/app/(auth-routes)/register/page.tsx | 308 ++++++++++++------------ src/components/ui/input.tsx | 2 +- 2 files changed, 159 insertions(+), 151 deletions(-) diff --git a/src/app/(auth-routes)/register/page.tsx b/src/app/(auth-routes)/register/page.tsx index 2f00c4e36..60b6fdee8 100644 --- a/src/app/(auth-routes)/register/page.tsx +++ b/src/app/(auth-routes)/register/page.tsx @@ -58,161 +58,169 @@ const SignUp = () => { }; return ( -
- Create an account to get started with us. -
-