card improvements and artist page more beautiful

This commit is contained in:
Violet Caulfield
2024-12-29 08:47:04 -06:00
parent 16b25f4e64
commit 2ee9d1ac06
4 changed files with 11 additions and 12 deletions
@@ -30,6 +30,7 @@ export default function RecentlyPlayed(): React.JSX.Element {
caption={recentlyPlayedTrack.Name}
subCaption={`${recentlyPlayedTrack.Artists?.join(", ")}`}
cornered
width={150}
itemId={recentlyPlayedTrack.AlbumId!}
marginRight={20}
onPress={async () => {