recent artists style fixes

This commit is contained in:
Violet Caulfield
2024-11-27 11:05:21 -06:00
parent c3c4d4c79a
commit acf308adcc

View File

@@ -27,8 +27,6 @@ export default function RecentArtists({ navigation }: ProvidedHomeProps): React.
<YStack
gap="$4"
alignItems="center"
width="$5"
minHeight="$20"
>
<Avatar circular size="$10">
<Avatar.Image src={`${server!.url}/Items/${recentArtist.Id!}/Images/Primary`} />