Skip to content

Commit

Permalink
ui fix b00tc4mp#175
Browse files Browse the repository at this point in the history
  • Loading branch information
breadislife committed Sep 28, 2024
1 parent 51dc8d3 commit 96d6450
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ const ControlBar = () => {
<Image source={track.artwork ? { uri: track.artwork } : require('../../assets/images/extras/unknown.png')} className="w-96 h-96 rounded-xl" />
</View>

<View className="flex-row mb-5">
<View className="flex-row mb-5 justify-between pr-6">
<View className="overflow-hidden flex-col px-5">
<Text className="text-palette-40 font-spacemono-bold text-sm px-2 w-full leading-tight" numberOfLines={1} ellipsizeMode="tail">
{isStoppedOrLoading ? ':3' : track.title}
Expand Down

0 comments on commit 96d6450

Please sign in to comment.