feat: inherit bg

This commit is contained in:
amhsirak
2025-10-13 17:26:52 +05:30
parent f0d808c29b
commit 341602a915

View File

@@ -80,7 +80,7 @@ const Login = () => {
maxHeight: "100vh",
mt: 6,
padding: 4,
backgroundColor: darkMode ? "#121212" : "#ffffff",
backgroundColor: "inherit",
}}
>
<Box