feat: inherit bg
This commit is contained in:
@@ -80,7 +80,7 @@ const Login = () => {
|
|||||||
maxHeight: "100vh",
|
maxHeight: "100vh",
|
||||||
mt: 6,
|
mt: 6,
|
||||||
padding: 4,
|
padding: 4,
|
||||||
backgroundColor: darkMode ? "#121212" : "#ffffff",
|
backgroundColor: "inherit",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Box
|
<Box
|
||||||
|
|||||||
Reference in New Issue
Block a user