From 0c274617cbd48b59181fca26289c7abdfc05eb5d Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Fri, 3 May 2019 19:31:13 +0100 Subject: [PATCH] fix settings page background --- app/src/styles/settings.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,