mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-21 17:18:23 -05:00
okay
This commit is contained in:
@@ -27,7 +27,7 @@ export default function IconCard({
|
||||
>
|
||||
<Card
|
||||
animation="bouncy"
|
||||
borderRadius={circular ? 300 : 2}
|
||||
borderRadius={circular ? 300 : 0}
|
||||
hoverStyle={{ scale: 0.925 }}
|
||||
pressStyle={{ scale: 0.875 }}
|
||||
width={width ? width : 150}
|
||||
|
||||
@@ -47,21 +47,21 @@ export function Miniplayer({ navigation }: { navigation : NavigationHelpers<Para
|
||||
|
||||
</YStack>
|
||||
|
||||
<YStack
|
||||
alignContent="flex-start"
|
||||
marginLeft={"$2"}
|
||||
flex={4}
|
||||
maxWidth={"$20"}
|
||||
>
|
||||
<TextTicker {...TextTickerConfig}>
|
||||
<Text bold>{nowPlaying?.title ?? "Nothing Playing"}</Text>
|
||||
</TextTicker>
|
||||
<YStack
|
||||
alignContent="flex-start"
|
||||
marginLeft={"$2"}
|
||||
flex={4}
|
||||
maxWidth={"$20"}
|
||||
>
|
||||
<TextTicker {...TextTickerConfig}>
|
||||
<Text bold>{nowPlaying?.title ?? "Nothing Playing"}</Text>
|
||||
</TextTicker>
|
||||
|
||||
<TextTicker {...TextTickerConfig}>
|
||||
<Text color={getTokens().color.telemagenta}>{nowPlaying?.artist ?? ""}</Text>
|
||||
</TextTicker>
|
||||
<TextTicker {...TextTickerConfig}>
|
||||
<Text color={getTokens().color.telemagenta}>{nowPlaying?.artist ?? ""}</Text>
|
||||
</TextTicker>
|
||||
|
||||
</YStack>
|
||||
</YStack>
|
||||
|
||||
<XStack
|
||||
justifyContent="flex-end"
|
||||
|
||||
Reference in New Issue
Block a user