From f17cea0e079852015fc2c0164d942f2e5fca33d8 Mon Sep 17 00:00:00 2001 From: Karmveer Singh Date: Tue, 11 Jun 2024 16:44:34 +1200 Subject: [PATCH 01/18] Changed colours for signup and login. and modofied app.tsx so outlet screens take up full space --- web/src/App.tsx | 19 ++++++++----------- web/src/screens/LoginScreen.tsx | 24 +++++++++++++++++++----- web/src/screens/SignUpScreen.tsx | 29 +++++++++++------------------ 3 files changed, 38 insertions(+), 34 deletions(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index 7311ee91..d6cec90f 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -3,18 +3,15 @@ import Header from "./components/Header"; import Footer from "./components/Footer"; const App = () => { - - return ( - <> -
-
-
- + return ( +
+
+
+ +
+
-
-