fix playback mobile

This commit is contained in:
2025-10-13 16:19:34 +02:00
parent d8e0c78ef5
commit caefef74ff
6 changed files with 207 additions and 18 deletions
+4 -1
View File
@@ -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 }}