summaryrefslogtreecommitdiffhomepage
path: root/app/components/SelectLocationStyles.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/SelectLocationStyles.js')
-rw-r--r--app/components/SelectLocationStyles.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/SelectLocationStyles.js b/app/components/SelectLocationStyles.js
index 079e28dd93..721ad64eec 100644
--- a/app/components/SelectLocationStyles.js
+++ b/app/components/SelectLocationStyles.js
@@ -6,7 +6,7 @@ export default {
...createViewStyles({
select_location: {
backgroundColor: colors.darkBlue,
- height: '100%',
+ flex: 1,
},
container: {
flexDirection: 'column',