From bb614293311d25a4d6f5a7484057f51fb1acecd1 Mon Sep 17 00:00:00 2001 From: RohitR311 Date: Tue, 19 Nov 2024 03:21:09 +0530 Subject: [PATCH] fix: add box shadow --- src/pages/Register.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/pages/Register.tsx b/src/pages/Register.tsx index 436f1c11..b2a3eebf 100644 --- a/src/pages/Register.tsx +++ b/src/pages/Register.tsx @@ -64,17 +64,17 @@ const Register = () => { component="form" onSubmit={submitForm} sx={{ - textAlign: "center", - maxWidth: 400, - width: "100%", - backgroundColor: "#ffffff", - padding: 4, - borderRadius: 4, - boxShadow: "0px 0px 20px rgba(0, 0, 0, 0.1)", - display: "flex", - flexDirection: "column", - alignItems: "center", - }} + textAlign: "center", + backgroundColor: "#ffffff", + padding: 6, + borderRadius: 5, + boxShadow: "0px 20px 40px rgba(0, 0, 0, 0.2), 0px -5px 10px rgba(0, 0, 0, 0.15)", + display: "flex", + flexDirection: "column", + alignItems: "center", + maxWidth: 400, + width: "100%", + }} > logo