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
@@ -58,7 +58,10 @@ const Library = () => {
return (
<Page backgroundImg={background.libraryBG} headerType="NONE">
<View style={{ gap: 17, paddingBottom: 20 }}>
<Image source={icons.musicLandLogo} style={{ alignSelf: "center" }} />
<Image
source={icons.musicLandLogo}
style={{ alignSelf: "center", height: 150, resizeMode: "contain" }}
/>
<Pressable onPress={() => navigate(Routes.Research)}>
<SearchBar
textInputProps={{