background images

This commit is contained in:
2025-10-20 15:31:49 +02:00
parent cab9e7dc28
commit 2edd3185c1
2 changed files with 2 additions and 2 deletions
@@ -438,7 +438,7 @@ const CreateLyricsWithAi = () => {
headerType="NONE"
behavior={Platform.OS === "ios" ? "padding" : "height"}
keyboardVerticalOffset={Platform.OS === "ios" ? 64 : 100}
backgroundImg={background.writingBgWeb}
backgroundImg={background.libraryBgWeb}
>
<MusicLandHeader
onPressBack={onPressBack}
+1 -1
View File
@@ -35,7 +35,7 @@ const WritingLyrics = () => {
return (
<Page
backgroundImg={isWeb ? background.writingBgWeb : background.writingBG}
backgroundImg={isWeb ? background.libraryBgWeb : background.writingBG}
headerType="NONE"
>
<Image source={ai.nathalie} style={styles.img} resizeMode="contain" />