player cosmoetics

This commit is contained in:
Violet Caulfield
2025-01-14 10:25:29 -06:00
parent e861d24b25
commit 2d8ba0b49b
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ export function Miniplayer({ navigation }: { navigation : NavigationHelpers<Para
</YStack>
<YStack alignContent="flex-start" flex={3} maxWidth={"$20"}>
<YStack alignContent="flex-start" flex={4} maxWidth={"$20"}>
<TextTicker
duration={5000}
loop
+3 -1
View File
@@ -87,6 +87,7 @@ export default function PlayerScreen({ navigation }: { navigation: NativeStackNa
</Text>
<Text
bold
fontSize={"$6"}
color={Colors.Primary}
onPress={() => {
@@ -101,8 +102,9 @@ export default function PlayerScreen({ navigation }: { navigation: NativeStackNa
</Text>
<Text
bold
fontSize={"$6"}
color={Colors.Secondary}
color={"$gray10"}
>
{ nowPlaying!.album ?? "" }
</Text>