feat: inherit bg

This commit is contained in:
amhsirak
2025-10-13 17:29:21 +05:30
parent ba8a5a1229
commit 01b78be41f

View File

@@ -88,7 +88,7 @@ const Login = () => {
onSubmit={submitForm}
sx={{
textAlign: "center",
backgroundColor: darkMode ? "#1e1e1e" : "#ffffff",
backgroundColor: darkMode ? "#121111ff" : "#ffffff",
color: darkMode ? "#ffffff" : "#333333",
padding: 6,
borderRadius: 5,