aboutsummaryrefslogtreecommitdiff
path: root/src/components/search/SearchResultsBackground.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-06 00:52:22 -0500
committerIvan Chen <ivan@tagg.id>2021-03-06 00:52:22 -0500
commita64d8e1df2d87dc8472f8af6f205419012454d79 (patch)
treecf3fdd27b13691fef273f90925bed9a38b32a61e /src/components/search/SearchResultsBackground.tsx
parentf49b0450482f181217bb11f7ad3018d3bdd067c1 (diff)
fix layout
Diffstat (limited to 'src/components/search/SearchResultsBackground.tsx')
-rw-r--r--src/components/search/SearchResultsBackground.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/search/SearchResultsBackground.tsx b/src/components/search/SearchResultsBackground.tsx
index c5fcc6fb..f6f40f52 100644
--- a/src/components/search/SearchResultsBackground.tsx
+++ b/src/components/search/SearchResultsBackground.tsx
@@ -41,7 +41,7 @@ const styles = StyleSheet.create({
paddingBottom: SCREEN_HEIGHT / 15,
},
results: {
- marginTop: StatusBarHeight + 110,
+ marginTop: StatusBarHeight,
},
});
export default SearchResultsBackground;