From 069bcadccdc6e45d468cb76b4e103c0360b64310 Mon Sep 17 00:00:00 2001 From: AmitChauhan63390 Date: Sat, 16 Nov 2024 16:13:54 +0530 Subject: [PATCH] bg changed --- src/pages/Login.tsx | 5 +++-- src/pages/Register.tsx | 10 +++++++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/pages/Login.tsx b/src/pages/Login.tsx index 62db2f5d..7a637ccf 100644 --- a/src/pages/Login.tsx +++ b/src/pages/Login.tsx @@ -59,16 +59,17 @@ const Login = () => { flexDirection: 'column', alignItems: 'center', justifyContent: 'center', + backgroundColor: '#f5f5f5', height: "calc(100vh - 64px)", }} > - + + Welcome Back! - { flexDirection: 'column', alignItems: 'center', justifyContent: 'center', + height: "calc(100vh - 64px)", + backgroundColor: '#f5f5f5', }} > - + + + Create an account - { - + + ); };