diff options
| author | Ivan Chen <ivan@thetaggid.com> | 2021-03-06 01:13:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-06 01:13:43 -0500 |
| commit | 3c38b38e0d3b2946a84c3d3bfd32cd223095e63d (patch) | |
| tree | 0f7986f41f2b9d793779e479d33d877ce0f0f3c1 /src/components/search/SearchResultsBackground.tsx | |
| parent | cae6a7f3b8cc35c60f99e503d328c134959e13ec (diff) | |
| parent | 51e36759249413a2acd52e1fecf4661f5253cb89 (diff) | |
Merge pull request #283 from shravyaramesh/search-revamp-2
[TMA 661/662] Created new search screen
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; |
