fix item card width

This commit is contained in:
Violet Caulfield
2025-02-24 20:27:34 -06:00
parent dc2878551e
commit 75e3d40271

View File

@@ -110,6 +110,7 @@ export function ArtistScreen({
}}
renderItem={({ item: artist }) => (
<ItemCard
width={150}
item={artist}
circular
/>