fix album height issue

This commit is contained in:
Violet Caulfield
2025-01-15 06:43:01 -06:00
parent 5944a5dd1a
commit 26b98ef589

View File

@@ -31,7 +31,7 @@ export default function Album(props: AlbumProps): React.JSX.Element {
return (
<SafeAreaView edges={["right", "left"]}>
<ScrollView contentInsetAdjustmentBehavior="automatic">
<YStack alignItems="center">
<YStack alignItems="center" minHeight={width / 1.1}>
<CachedImage
source={getImageApi(apiClient!)
.getItemImageUrlById(