From c507ca1019867fc59988814368f6262f33af6606 Mon Sep 17 00:00:00 2001 From: Jakub Szymczak Date: Fri, 27 Sep 2024 13:01:30 +0200 Subject: [PATCH] fix styles --- src/components/Search/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Search/index.tsx b/src/components/Search/index.tsx index 6752fe92d993..18a14c0ec719 100644 --- a/src/components/Search/index.tsx +++ b/src/components/Search/index.tsx @@ -337,7 +337,7 @@ function Search({queryJSON, onSearchListScroll, contentContainerStyle}: SearchPr shouldSingleExecuteRowSelect shouldPreventDefaultFocusOnSelectRow={!DeviceCapabilities.canUseTouchScreen()} shouldPreventDefault={false} - listHeaderWrapperStyle={[styles.ph8, styles.pt5]} + listHeaderWrapperStyle={[styles.ph8, styles.pt3]} containerStyle={[styles.pv0, type === CONST.SEARCH.DATA_TYPES.CHAT && !isSmallScreenWidth && styles.pt3]} showScrollIndicator={false} onEndReachedThreshold={0.75}