Commit 1d6d8fee by G

change the background use for one that has the white part lower

parent cd475280
......@@ -7,7 +7,7 @@ const BackgroundGreenWhiteContentArea = ({ children }: Props) => {
return (
<View style={containers.containerFull}>
<ImageBackground
source={require("../../../assets/beasy_background.png")}
source={require("../../../assets/background_content_white2.png")}
resizeMode="cover"
style={images.cover}
>
......
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