adjust flex on song metadata

This commit is contained in:
Violet Caulfield
2025-02-09 11:10:16 -06:00
parent 16608fb160
commit 14d0dc0e08
+1 -1
View File
@@ -84,7 +84,7 @@ export default function PlayerScreen({ navigation }: { navigation: NativeStackNa
{/** Memoize TextTickers otherwise they won't animate due to the progress being updated in the PlayerContext */}
{ useMemo(() => {
<YStack justifyContent="flex-start" flex={5}>
<YStack justifyContent="flex-start" flex={4}>
<TextTicker {...TextTickerConfig}>
<Text
bold