mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-16 15:38:59 -06:00
fix item card width
This commit is contained in:
@@ -110,6 +110,7 @@ export function ArtistScreen({
|
||||
}}
|
||||
renderItem={({ item: artist }) => (
|
||||
<ItemCard
|
||||
width={150}
|
||||
item={artist}
|
||||
circular
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user