style: redo login page design

This commit is contained in:
Aaron William Po
2024-03-25 01:59:18 -04:00
parent f5d9a52572
commit ac89833a5d
5 changed files with 51 additions and 62 deletions

View File

@@ -47,7 +47,7 @@ const LoginForm = () => {
};
return (
<form className="form-control w-full space-y-5" onSubmit={handleSubmit(onSubmit)}>
<form className="form-control space-y-5" onSubmit={handleSubmit(onSubmit)}>
<div>
<FormInfo>
<FormLabel htmlFor="username">username</FormLabel>