aboutsummaryrefslogtreecommitdiff
path: root/src
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 00:29:49 -0500
commit80e3f85701e08492164296823741ba3d2585e0eb (patch)
treeef9c103b78174c41a1bb0de8c04c39c116163e66 /src
parent5ca6ad3110ed086bec82b30090fb2f508f083025 (diff)
Adjust search results top padding
Diffstat (limited to 'src')
-rw-r--r--src/components/search/SearchResultList.tsx2
1 files changed, 1 insertions, 1 deletions
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<SearchResultsProps> = ({
const styles = StyleSheet.create({
container: {
- marginTop: SCREEN_HEIGHT * 0.02,
+ paddingTop: 25,
height: SCREEN_HEIGHT,
},
sectionHeaderStyle: {