diff --git a/src/components/Search.tsx b/src/components/Search.tsx index 3f248c0c72aa..d8d3160a2633 100644 --- a/src/components/Search.tsx +++ b/src/components/Search.tsx @@ -69,6 +69,7 @@ function Search({query}: SearchProps) { }} shouldPreventDefaultFocusOnSelectRow={!DeviceCapabilities.canUseTouchScreen()} listHeaderWrapperStyle={[styles.ph9, styles.pv3, styles.pb5]} + containerStyle={[styles.pv0]} /> ); } diff --git a/src/components/SelectionList/TransactionListItem.tsx b/src/components/SelectionList/TransactionListItem.tsx index 3e60aa8c270e..0965ce6dabce 100644 --- a/src/components/SelectionList/TransactionListItem.tsx +++ b/src/components/SelectionList/TransactionListItem.tsx @@ -100,7 +100,7 @@ function TransactionListItem({ /> {displayName} @@ -164,14 +164,14 @@ function TransactionListItem({ <> - {userCell(transactionItem.from)} + {userCell(transactionItem.from)} - {userCell(transactionItem.to)} + {userCell(transactionItem.to)} {actionCell} diff --git a/src/pages/Search/SearchPageBottomTab.tsx b/src/pages/Search/SearchPageBottomTab.tsx index 59e59b456724..3d2ee267b7a9 100644 --- a/src/pages/Search/SearchPageBottomTab.tsx +++ b/src/pages/Search/SearchPageBottomTab.tsx @@ -28,7 +28,7 @@ function SearchPageBottomTab() { return (