From d5c95c7c83bf9612af4d1efdd9022ab5bca3519b Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Fri, 24 Jan 2025 22:36:07 -0600 Subject: [PATCH] clean up item search result component --- components/Global/components/item.tsx | 11 ++++++++--- components/Home/screens/index.tsx | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/components/Global/components/item.tsx b/components/Global/components/item.tsx index a02752c9..77809981 100644 --- a/components/Global/components/item.tsx +++ b/components/Global/components/item.tsx @@ -64,11 +64,16 @@ export default function Item({ isNested: false }) }} + paddingVertical={"$2"} + marginHorizontal={"$1"} > - - { item.Name ?? ""} + + { item.Name ?? ""} { item.Type === 'Audio' || item.Type === 'MusicAlbum' ? ( { item.AlbumArtist ?? "Untitled Artist" } ) : ( @@ -76,7 +81,7 @@ export default function Item({ )} - + { item.UserData?.IsFavorite ? (