aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/screens/search/SearchScreen.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/search/SearchScreen.tsx b/src/screens/search/SearchScreen.tsx
index 1f8f88f0..d986b152 100644
--- a/src/screens/search/SearchScreen.tsx
+++ b/src/screens/search/SearchScreen.tsx
@@ -174,7 +174,7 @@ const SearchScreen: React.FC = () => {
};
const styles = StyleSheet.create({
- mainContainer: {backgroundColor: '#fff', height: SCREEN_HEIGHT * 0.9},
+ mainContainer: {backgroundColor: '#fff', height: SCREEN_HEIGHT},
contentContainer: {
paddingTop: '2%',
paddingBottom: SCREEN_HEIGHT / 3,