mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-21 09:08:56 -05:00
player cosmoetics
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user