mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-28 06:29:37 -05:00
whatever we got vertical height anyways
This commit is contained in:
@@ -145,11 +145,11 @@ export default function TrackOptions({
|
||||
/>
|
||||
</YStack>
|
||||
|
||||
<XStack justifyContent="space-evenly">
|
||||
<YStack alignItems="flex-start">
|
||||
<Text bold fontSize={"$6"}>{playlist.Name ?? "Untitled Playlist"}</Text>
|
||||
|
||||
<Text color={getTokens().color.amethyst}>{`${playlist.ChildCount ?? 0} tracks`}</Text>
|
||||
</XStack>
|
||||
</YStack>
|
||||
</XStack>
|
||||
</ListItem>
|
||||
</YGroup.Item>
|
||||
|
||||
Reference in New Issue
Block a user