text width

This commit is contained in:
Violet Caulfield
2024-12-29 08:22:47 -06:00
parent 8cbc3c5a43
commit 306411b6aa
+1 -1
View File
@@ -33,7 +33,7 @@ export default function RecentlyPlayed(): React.JSX.Element {
numberOfLines={1}
textBreakStrategy="simple"
lineBreakStrategyIOS="standard"
width={150}
width={200}
>
{`${recentlyPlayedTrack.Name}`}
</H5>