Feedback color when registering

This commit is contained in:
cami 2021-06-30 00:41:58 +02:00
parent ea7be2283e
commit dd139c6712
3 changed files with 6 additions and 2 deletions

View file

@ -1,6 +1,5 @@
import React from "react";
import "./Input.css";
import "./Button.css";
function SubmitField(props) {
const InputValue = props.LabelName;

View file

@ -56,7 +56,7 @@ export default function Login() {
onChange={handleUsernameChange}
InputName="username"
/>
<p>{message}</p>
<p className="errorMessage">{message}</p>
<InputField
LabelName="Passwort"
InputType="password"