fix: reign in padding on album view a bit

This commit is contained in:
Lei Nelissen
2023-04-23 23:37:48 +02:00
parent c8283fc580
commit e116e95236
2 changed files with 2 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ const TrackListView: React.FC<TrackListViewProps> = ({
<RefreshControl refreshing={isLoading} onRefresh={refresh} progressViewOffset={offsets.top} />
}
>
<View style={{ padding: 24, paddingTop: 32, paddingBottom: 64 }}>
<View style={{ padding: 24, paddingTop: 32, paddingBottom: 32 }}>
<AlbumImageContainer>
<CoverImage src={getImage(entityId)} />
</AlbumImageContainer>