background iamges
This commit is contained in:
@@ -210,11 +210,11 @@ const HitParade = () => {
|
||||
|
||||
return (
|
||||
<Page
|
||||
backgroundImg={isWeb ? background.libraryBgWeb : background.hitParadeBG}
|
||||
backgroundImg={isWeb ? background.hitParadeBG2 : background.hitParadeBG}
|
||||
headerType="NONE"
|
||||
width="100%"
|
||||
maxWidth={800}
|
||||
blurIntensity={isWeb ? 2 : 0}
|
||||
blurIntensity={isWeb ? 1 : 0}
|
||||
>
|
||||
<View style={{ gap: 12, flex: 1 }}>
|
||||
<Image source={icons.musicLandLogo} style={{ alignSelf: "center" }} />
|
||||
|
||||
@@ -300,7 +300,7 @@ const Profile = () => {
|
||||
|
||||
return (
|
||||
<Page
|
||||
backgroundImg={isWeb ? background.profileBgWeb : background.profileBG}
|
||||
backgroundImg={isWeb ? background.profileWebBG : background.profileWebBG}
|
||||
headerType="NAVIGATE"
|
||||
hideBackButton={params?.noBack}
|
||||
contentContainerStyle={{
|
||||
@@ -349,11 +349,11 @@ const Profile = () => {
|
||||
</PressableScale>
|
||||
)}
|
||||
|
||||
<View style={{ alignItems: "center" }}>
|
||||
<View style={styles.avatarWrapper}>
|
||||
<ExpoImage
|
||||
source={
|
||||
(
|
||||
<View style={{ alignItems: "center" }}>
|
||||
<View style={styles.avatarWrapper}>
|
||||
<ExpoImage
|
||||
source={
|
||||
(
|
||||
isSelf
|
||||
? currentUserData?.profilePictureURL
|
||||
: userData?.profilePictureURL
|
||||
|
||||
Reference in New Issue
Block a user