Skip to content

Commit

Permalink
fix highlight doesn't have rounded edges
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Nov 12, 2024
1 parent 64cb4ee commit 854d58c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Search/SearchRouter/SearchRouterList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function SearchRouterItem(props: UserListItemProps<OptionData> | SearchQueryList
}
return (
<UserListItem
pressableStyle={[styles.br2]}
pressableStyle={[styles.br2, styles.ph3]}
// eslint-disable-next-line react/jsx-props-no-spreading
{...props}
/>
Expand Down Expand Up @@ -265,7 +265,7 @@ function SearchRouterList(
ListItem={SearchRouterItem}
containerStyle={[styles.mh100]}
sectionListStyle={[shouldUseNarrowLayout ? styles.ph5 : styles.ph2, styles.pb2]}
listItemWrapperStyle={[styles.pr3, styles.pl3]}
listItemWrapperStyle={[styles.pr0, styles.pl0]}
getItemHeight={getItemHeight}
onLayout={setPerformanceTimersEnd}
ref={ref}
Expand Down

0 comments on commit 854d58c

Please sign in to comment.