new background images
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 90 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 599 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 103 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 613 KiB |
+2
-2
@@ -224,11 +224,11 @@ export const background = {
|
|||||||
profileBG,
|
profileBG,
|
||||||
profileBgWeb: require("./UI/profileBgWeb.png"),
|
profileBgWeb: require("./UI/profileBgWeb.png"),
|
||||||
hitParadeBG,
|
hitParadeBG,
|
||||||
hitParadeBG2: require("./UI/hitParadeBG2.jpeg"),
|
hitParadeBG2: require("./UI/hitparadeBG2.jpg"),
|
||||||
homeBG,
|
homeBG,
|
||||||
homeBGWeb: require("./UI/homeBGWeb.png"),
|
homeBGWeb: require("./UI/homeBGWeb.png"),
|
||||||
loginBgWeb: require("./UI/loginBgWeb.png"),
|
loginBgWeb: require("./UI/loginBgWeb.png"),
|
||||||
profileWebBG: require("./UI/profileWebBG.jpeg"),
|
profileWebBG: require("./UI/profileWebBG.jpg"),
|
||||||
};
|
};
|
||||||
|
|
||||||
export const ai = {
|
export const ai = {
|
||||||
|
|||||||
@@ -214,7 +214,7 @@ const HitParade = () => {
|
|||||||
headerType="NONE"
|
headerType="NONE"
|
||||||
width="100%"
|
width="100%"
|
||||||
maxWidth={800}
|
maxWidth={800}
|
||||||
blurIntensity={isWeb ? 1 : 0}
|
blurIntensity={isWeb ? 0 : 0}
|
||||||
>
|
>
|
||||||
<View style={{ gap: 12, flex: 1 }}>
|
<View style={{ gap: 12, flex: 1 }}>
|
||||||
<Image source={icons.musicLandLogo} style={{ alignSelf: "center" }} />
|
<Image source={icons.musicLandLogo} style={{ alignSelf: "center" }} />
|
||||||
|
|||||||
Reference in New Issue
Block a user