fix settings page background

This commit is contained in:
Akinwale Ariwodola 2019-05-03 19:31:13 +01:00
parent 4655678481
commit 0c274617cb

View file

@ -3,7 +3,8 @@ import Colors from './colors';
const settingsStyle = StyleSheet.create({
container: {
backgroundColor: Colors.PageBackground
backgroundColor: Colors.PageBackground,
flex: 1
},
title: {
fontSize: 20,