UI refresh (#476)

This commit is contained in:
Luke Vella 2023-02-06 12:37:31 +00:00 committed by GitHub
parent e6a13c235d
commit bba880ff4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
53 changed files with 1198 additions and 1014 deletions

View file

@ -32,12 +32,7 @@ export const UserDetailsForm: React.VoidFunctionComponent<
}, [watch, onChange]);
return (
<form
id={name}
className={className}
style={{ width: 400 }}
onSubmit={handleSubmit(onSubmit)}
>
<form id={name} className={className} onSubmit={handleSubmit(onSubmit)}>
<h2>{t("yourDetails")}</h2>
<div className="formField">
<label className="text-slate-500" htmlFor="name">