malik assets
This commit is contained in:
@@ -13,7 +13,7 @@ const Compose = () => {
|
||||
const [showIntro, setShowIntro] = useState(true);
|
||||
return (
|
||||
<Page backgroundImg={background.studioBG2} headerType="NONE">
|
||||
<Image source={ai.theo} style={styles.img} resizeMode="contain" />
|
||||
<Image source={ai.malik} style={styles.img} resizeMode="contain" />
|
||||
<MusicLandHeader
|
||||
onPressBack={goBack}
|
||||
progress={9}
|
||||
|
||||
@@ -205,7 +205,7 @@ const CreatingSong = ({ active, config }) => {
|
||||
}}
|
||||
>
|
||||
<Image
|
||||
source={ai.theo}
|
||||
source={ai.malik}
|
||||
style={{ width: "100%", height: "100%", right: -10 }}
|
||||
resizeMode="contain"
|
||||
/>
|
||||
|
||||
@@ -289,7 +289,7 @@ const GeneratingSong = () => {
|
||||
}}
|
||||
>
|
||||
<Image
|
||||
source={ai.theo}
|
||||
source={ai.malik}
|
||||
style={{
|
||||
width: "100%",
|
||||
height: isWeb ? 300 : "60%",
|
||||
|
||||
Reference in New Issue
Block a user