From 9d9a902567b36a9c9a7ded1526de4b0cf3b2cf39 Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 27 Feb 2026 10:21:57 +0100 Subject: [PATCH] feat: background when lyrics --- src/screens/Writing/CreateLyricsWithAi.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/screens/Writing/CreateLyricsWithAi.js b/src/screens/Writing/CreateLyricsWithAi.js index b8c0429..ba72a6a 100644 --- a/src/screens/Writing/CreateLyricsWithAi.js +++ b/src/screens/Writing/CreateLyricsWithAi.js @@ -2,6 +2,7 @@ import React, { useMemo, useRef, useState } from 'react' import { Dimensions, KeyboardAvoidingView, Platform, View } from 'react-native' import { responsiveHeight } from 'react-native-responsive-dimensions' import { SwiperFlatList } from 'react-native-swiper-flatlist' +import { background } from '../../assets' import GradientButton from '../../components/GradientButton' import MusicLandHeader from '../../components/MusicLandHeader' import { OTHER_OBJECTIVE_OPTION, OTHER_STYLE_OPTION } from '../../data/data' @@ -338,7 +339,7 @@ const CreateLyricsWithAi = () => { }, [selectedIndex, parentLayout?.height]) return ( - +