fix issue where albums showed up weird on an artists page

This commit is contained in:
Violet Caulfield
2025-04-06 18:20:30 -05:00
parent 377d4a4b98
commit 003c4bbff8

View File

@@ -85,7 +85,7 @@ export function ArtistScreen({
<FlatList
contentContainerStyle={{
flexGrow: 1,
alignContent: 'center'
alignItems: "center"
}}
data={albums}
numColumns={columns} // TODO: Make this adjustable
@@ -93,7 +93,7 @@ export function ArtistScreen({
<ItemCard
caption={album.Name}
subCaption={album.ProductionYear?.toString()}
width={(width / 1.1) / columns}
size={"$14"}
squared
item={album}
onPress={() => {