feat: inherit bg

This commit is contained in:
amhsirak
2025-10-13 17:28:49 +05:30
parent f0542a4a76
commit ba8a5a1229

View File

@@ -72,7 +72,7 @@ const Register = () => {
alignItems: "center",
maxHeight: "100vh",
padding: 4,
backgroundColor: darkMode ? "#121212" : "#ffffff",
backgroundColor: "inherit",
}}
>
<Box