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/screens | |
| parent | f49b0450482f181217bb11f7ad3018d3bdd067c1 (diff) | |
fix layout
Diffstat (limited to 'src/screens')
| -rw-r--r-- | src/screens/search/SearchScreen.tsx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/screens/search/SearchScreen.tsx b/src/screens/search/SearchScreen.tsx index 3b73229f..223fc2b2 100644 --- a/src/screens/search/SearchScreen.tsx +++ b/src/screens/search/SearchScreen.tsx @@ -175,8 +175,12 @@ const SearchScreen: React.FC = () => { }; const styles = StyleSheet.create({ - mainContainer: {backgroundColor: '#fff', height: SCREEN_HEIGHT}, + mainContainer: { + backgroundColor: '#fff', + height: SCREEN_HEIGHT, + }, contentContainer: { + height: SCREEN_HEIGHT * 0.9, paddingTop: '2%', paddingBottom: SCREEN_HEIGHT / 3, paddingHorizontal: '3%', |
