background images
This commit is contained in:
@@ -438,7 +438,7 @@ const CreateLyricsWithAi = () => {
|
|||||||
headerType="NONE"
|
headerType="NONE"
|
||||||
behavior={Platform.OS === "ios" ? "padding" : "height"}
|
behavior={Platform.OS === "ios" ? "padding" : "height"}
|
||||||
keyboardVerticalOffset={Platform.OS === "ios" ? 64 : 100}
|
keyboardVerticalOffset={Platform.OS === "ios" ? 64 : 100}
|
||||||
backgroundImg={background.writingBgWeb}
|
backgroundImg={background.libraryBgWeb}
|
||||||
>
|
>
|
||||||
<MusicLandHeader
|
<MusicLandHeader
|
||||||
onPressBack={onPressBack}
|
onPressBack={onPressBack}
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ const WritingLyrics = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Page
|
<Page
|
||||||
backgroundImg={isWeb ? background.writingBgWeb : background.writingBG}
|
backgroundImg={isWeb ? background.libraryBgWeb : background.writingBG}
|
||||||
headerType="NONE"
|
headerType="NONE"
|
||||||
>
|
>
|
||||||
<Image source={ai.nathalie} style={styles.img} resizeMode="contain" />
|
<Image source={ai.nathalie} style={styles.img} resizeMode="contain" />
|
||||||
|
|||||||
Reference in New Issue
Block a user