From 49ce28109b10549af58507db1377b7aa025a6b0d Mon Sep 17 00:00:00 2001 From: shobhitm23 Date: Fri, 1 Nov 2019 16:15:45 -0400 Subject: [PATCH] Improved Fonts --- twistter-frontend/src/pages/Login.js | 8 +++++++- twistter-frontend/src/pages/Signup.js | 3 ++- 2 files changed, 9 insertions(+), 2 deletions(-) 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