diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-03-06 00:52:22 -0500 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-03-06 00:52:22 -0500 |
| commit | a64d8e1df2d87dc8472f8af6f205419012454d79 (patch) | |
| tree | cf3fdd27b13691fef273f90925bed9a38b32a61e /src/components/search/SearchResultsBackground.tsx | |
| parent | f49b0450482f181217bb11f7ad3018d3bdd067c1 (diff) | |
fix layout
Diffstat (limited to 'src/components/search/SearchResultsBackground.tsx')
| -rw-r--r-- | src/components/search/SearchResultsBackground.tsx | 2 |
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; |
