From aa062d436b69fbb4010a69797f1395ec271bae1a Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Sat, 4 Jan 2025 09:53:27 -0600 Subject: [PATCH] adjust artist album columns adjust album track number layout (again) --- components/Album/component.tsx | 2 +- components/Artist/component.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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={() => {