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