diff --git a/components/Album/component.tsx b/components/Album/component.tsx index ad7d101a..683fc9b6 100644 --- a/components/Album/component.tsx +++ b/components/Album/component.tsx @@ -68,7 +68,7 @@ export default function Album(props: AlbumProps): React.JSX.Element { paddingVertical={"$4"} paddingHorizontal={"$1"} > - + { track.IndexNumber?.toString() ?? "" } diff --git a/components/Artist/component.tsx b/components/Artist/component.tsx index 262ee564..2983d355 100644 --- a/components/Artist/component.tsx +++ b/components/Artist/component.tsx @@ -47,7 +47,7 @@ export default function Artist(props: ArtistProps): React.JSX.Element { caption={album.Name} subCaption={album.ProductionYear?.toString()} marginHorizontal={10} - width={300 / columns} + width={350 / columns} cornered itemId={album.Id!} onPress={() => {