Minor design fix

This commit is contained in:
Peter KW 2024-04-02 13:22:46 +02:00
parent ea5bbf5f0a
commit 75876e43da

View file

@ -25,6 +25,7 @@ function Login(props: {
}): JSX.Element {
return (
<form className="flex flex-col items-center" onSubmit={props.handleSubmit}>
<div className="space-y-3">
<InputField
type="text"
label="Username"
@ -41,6 +42,7 @@ function Login(props: {
}}
value={props.password}
/>
</div>
<Button
text="Login"
onClick={(): void => {