feat: inherit bg
This commit is contained in:
@@ -88,7 +88,7 @@ const Login = () => {
|
|||||||
onSubmit={submitForm}
|
onSubmit={submitForm}
|
||||||
sx={{
|
sx={{
|
||||||
textAlign: "center",
|
textAlign: "center",
|
||||||
backgroundColor: darkMode ? "#1e1e1e" : "#ffffff",
|
backgroundColor: darkMode ? "#121111ff" : "#ffffff",
|
||||||
color: darkMode ? "#ffffff" : "#333333",
|
color: darkMode ? "#ffffff" : "#333333",
|
||||||
padding: 6,
|
padding: 6,
|
||||||
borderRadius: 5,
|
borderRadius: 5,
|
||||||
|
|||||||
Reference in New Issue
Block a user