From a57af598fb3b52f01b90a04e0b0d537d9e030ebd Mon Sep 17 00:00:00 2001 From: Stanley Natalius <22915411@student.uwa.edu.au> Date: Thu, 14 Mar 2024 21:59:06 +0800 Subject: [PATCH] improved styling, fixed type and API test errors --- src/components/Auth/Forms/register.tsx | 12 ++++++------ src/components/Forms/prepopulated-event-form.tsx | 8 +++++--- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/src/components/Auth/Forms/register.tsx b/src/components/Auth/Forms/register.tsx index d91cb0e6..4058e8fa 100644 --- a/src/components/Auth/Forms/register.tsx +++ b/src/components/Auth/Forms/register.tsx @@ -43,14 +43,14 @@ const RegisterForm = () => { const show1 = ( setShowPassword(!showPassword)} color="grey" /> ); const close1 = ( setShowPassword(!showPassword)} color="grey" /> @@ -58,14 +58,14 @@ const RegisterForm = () => { const show2 = ( setShowConfirmPassword(!showConfirmPassword)} color="grey" /> ); const close2 = ( setShowConfirmPassword(!showConfirmPassword)} color="grey" /> @@ -132,7 +132,7 @@ const RegisterForm = () => {
{ label="First Name" /> } > - + >