this should be squared

This commit is contained in:
Violet Caulfield
2025-02-11 15:41:37 -06:00
parent 0fdc8f91f7
commit 7d57455878

View File

@@ -30,6 +30,7 @@ export default function FavoritePlaylists({ navigation }: FavoritePlaylistsProps
navigation.navigate("Playlist", { playlist })
}}
width={width / 2.1}
squared
/>
)
}}