diff --git a/app/src/styles/settings.js b/app/src/styles/settings.js index c01bc357..78a5b065 100644 --- a/app/src/styles/settings.js +++ b/app/src/styles/settings.js @@ -3,7 +3,8 @@ import Colors from './colors'; const settingsStyle = StyleSheet.create({ container: { - backgroundColor: Colors.PageBackground + backgroundColor: Colors.PageBackground, + flex: 1 }, title: { fontSize: 20,