From 80e3f85701e08492164296823741ba3d2585e0eb Mon Sep 17 00:00:00 2001 From: Leon Jiang <35908040+leonyjiang@users.noreply.github.com> Date: Mon, 8 Mar 2021 00:29:49 -0500 Subject: Adjust search results top padding --- src/components/search/SearchResultList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/components/search/SearchResultList.tsx b/src/components/search/SearchResultList.tsx index 14d5de6d..f6e26820 100644 --- a/src/components/search/SearchResultList.tsx +++ b/src/components/search/SearchResultList.tsx @@ -70,7 +70,7 @@ const SearchResultList: React.FC = ({ const styles = StyleSheet.create({ container: { - marginTop: SCREEN_HEIGHT * 0.02, + paddingTop: 25, height: SCREEN_HEIGHT, }, sectionHeaderStyle: { -- cgit v1.2.3-70-g09d2