Commit 4511da79 by G

white background

parent f532ab2c
...@@ -14,10 +14,11 @@ const HomeUserNotLoggedIn: UnloggedUserStackScreenComponentProps<"homeUserNotLog ...@@ -14,10 +14,11 @@ const HomeUserNotLoggedIn: UnloggedUserStackScreenComponentProps<"homeUserNotLog
} }
return ( return (
<Box style={style.container} p={"xl"}> <Box style={style.container} p={"xl"} backgroundColor={"white"}>
<Box mt={"s"}> <Box mt={"s"}>
<Box <Box
height={300} height={300}
width={300}
backgroundColor={"primary"} backgroundColor={"primary"}
mb={"l"} mb={"l"}
alignItems={"center"} alignItems={"center"}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment