fix playback mobile
This commit is contained in:
@@ -13,7 +13,10 @@ const MusicLandHeader = ({
|
||||
}) => {
|
||||
return (
|
||||
<View style={{ alignItems: "center", gap: 16 }}>
|
||||
<Image source={icons.musicLandLogo} />
|
||||
<Image
|
||||
source={icons.musicLandLogo}
|
||||
style={{ alignSelf: "center", height: 150, resizeMode: "contain" }}
|
||||
/>
|
||||
<View style={{ width: "100%", ...Style.containerRow, gap: 16 }}>
|
||||
<Pressable
|
||||
style={{ width: 24, height: 24, ...Style.containerCenter }}
|
||||
|
||||
Reference in New Issue
Block a user