diff --git a/twistter-frontend/src/pages/Login.js b/twistter-frontend/src/pages/Login.js index 336255a..2585f2d 100644 --- a/twistter-frontend/src/pages/Login.js +++ b/twistter-frontend/src/pages/Login.js @@ -39,6 +39,9 @@ const styles = { }, p: { fontFamily: "cursive", + }, + div: { + backgroundColor: "lightgrey", } }; @@ -109,12 +112,14 @@ export class Login extends Component { logo +



- Log in to Twistter + Log in to Twistter



+
Invalid username/email or password )} +
diff --git a/twistter-frontend/src/pages/Signup.js b/twistter-frontend/src/pages/Signup.js index 99afab3..bc2b3df 100644 --- a/twistter-frontend/src/pages/Signup.js +++ b/twistter-frontend/src/pages/Signup.js @@ -104,9 +104,10 @@ export class Signup extends Component { logo +



- Create a new account + Create a new account