From 78954d1bfe2e3c385bd575f0dedbb65bb574078f 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 | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/components/search/SearchResultList.tsx b/src/components/search/SearchResultList.tsx index 41c8c8b2..f6e26820 100644 --- a/src/components/search/SearchResultList.tsx +++ b/src/components/search/SearchResultList.tsx @@ -70,6 +70,7 @@ const SearchResultList: React.FC = ({ const styles = StyleSheet.create({ container: { + paddingTop: 25, height: SCREEN_HEIGHT, }, sectionHeaderStyle: { -- cgit v1.2.3-70-g09d2