diff options
| author | Leon Jiang <35908040+leonyjiang@users.noreply.github.com> | 2021-03-08 21:00:39 -0500 |
|---|---|---|
| committer | Leon Jiang <35908040+leonyjiang@users.noreply.github.com> | 2021-03-08 21:00:39 -0500 |
| commit | c6c0370bf1ddf052fbb56d32b9e21097950b8b16 (patch) | |
| tree | 688f277f427592f905e018e78697dc56684b50b2 /src/components/search/SearchResultsBackground.tsx | |
| parent | 3017d9a5cbf5ed525fc84a5f8062962c6377f6fe (diff) | |
Fix styles messed up during merges
Diffstat (limited to 'src/components/search/SearchResultsBackground.tsx')
| -rw-r--r-- | src/components/search/SearchResultsBackground.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/search/SearchResultsBackground.tsx b/src/components/search/SearchResultsBackground.tsx index 7c1244fe..2833553d 100644 --- a/src/components/search/SearchResultsBackground.tsx +++ b/src/components/search/SearchResultsBackground.tsx @@ -37,6 +37,7 @@ const styles = StyleSheet.create({ }, contentContainer: { flex: 1, + paddingVertical: 10, paddingBottom: SCREEN_HEIGHT / 15, }, }); |
