Added various css things

- Designed login and register buttons
- removed some unnecessary css things
- changed some small things in the design
This commit is contained in:
cami 2021-06-23 03:16:09 +02:00
parent f6de850772
commit 04cdc9dd7e
11 changed files with 48 additions and 46 deletions

View file

@ -36,7 +36,7 @@ export default function Login() {
<h1>Registrierung</h1>
<form>
<InputField
LabelName="Benutzername / Kennung"
LabelName="Benutzername"
InputType="text"
onChange={handleUsernameChange}
InputName="username"