MainHomeCard is now displaying the first 4 songs

This commit is contained in:
Clément Le Bihan
2023-09-20 13:10:22 +02:00
parent 7a1f4fb787
commit 1905daec60
2 changed files with 30 additions and 2 deletions
+2
View File
@@ -65,6 +65,7 @@ const HomeMainSongCard = (props: HomeMainSongCardProps) => {
fontSize: props.fontSize,
fontWeight: 'bold',
}}
numberOfLines={2}
selectable={false}
>
{props.title}
@@ -76,6 +77,7 @@ const HomeMainSongCard = (props: HomeMainSongCardProps) => {
fontWeight: 'bold',
textAlign: 'center',
}}
numberOfLines={1}
selectable={false}
>
{props.artist}