fix playback mobile
This commit is contained in:
@@ -217,7 +217,10 @@ const HitParade = () => {
|
||||
blurIntensity={isWeb ? 0 : 0}
|
||||
>
|
||||
<View style={{ gap: 12, flex: 1 }}>
|
||||
<Image source={icons.musicLandLogo} style={{ alignSelf: "center" }} />
|
||||
<Image
|
||||
source={icons.musicLandLogo}
|
||||
style={{ alignSelf: "center", height: 150, resizeMode: "contain" }}
|
||||
/>
|
||||
<View style={{ flex: 1, gap: 24 }}>
|
||||
<View style={{ gap: 11 }}>
|
||||
<Pressable style={{ position: "absolute", right: 8, top: 20 }}>
|
||||
|
||||
Reference in New Issue
Block a user