fix: add box shadow

This commit is contained in:
RohitR311
2024-11-19 03:20:54 +05:30
parent 557c923107
commit 1cf92288a9

View File

@@ -67,9 +67,9 @@ const Login = () => {
sx={{
textAlign: "center",
backgroundColor: "#ffffff",
padding: 4,
borderRadius: 4,
boxShadow: "0px 4px 20px rgba(0, 0, 0, 0.1)",
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",