mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-21 09:08:56 -05:00
flex end for tracklist numbering?
This commit is contained in:
@@ -68,7 +68,7 @@ export default function Album(props: AlbumProps): React.JSX.Element {
|
||||
paddingVertical={"$4"}
|
||||
paddingHorizontal={"$1"}
|
||||
>
|
||||
<YStack justifyContent="center" flex={1}>
|
||||
<YStack justifyContent="flex-end" flex={1}>
|
||||
<Text>{ track.IndexNumber?.toString() ?? "" }</Text>
|
||||
</YStack>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user