Feedback color when registering
This commit is contained in:
parent
ea7be2283e
commit
dd139c6712
3 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
import React from "react";
|
||||
import "./Input.css";
|
||||
import "./Button.css";
|
||||
|
||||
function SubmitField(props) {
|
||||
const InputValue = props.LabelName;
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue