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