aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorLeon Jiang <35908040+leonyjiang@users.noreply.github.com>2021-03-08 00:29:49 -0500
committerLeon Jiang <35908040+leonyjiang@users.noreply.github.com>2021-03-08 20:31:31 -0500
commit78954d1bfe2e3c385bd575f0dedbb65bb574078f (patch)
treea92fd91916c49ba94b762ff3b37b59bfefd669ad /src/components
parentda87ce9d43e1d5c93e9c3cbd7f1e90aa195fb023 (diff)
Adjust search results top padding
Diffstat (limited to 'src/components')
-rw-r--r--src/components/search/SearchResultList.tsx1
1 files changed, 1 insertions, 0 deletions
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<SearchResultsProps> = ({
const styles = StyleSheet.create({
container: {
+ paddingTop: 25,
height: SCREEN_HEIGHT,
},
sectionHeaderStyle: {