fix settings page background
This commit is contained in:
parent
4655678481
commit
0c274617cb
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ import Colors from './colors';
|
|||
|
||||
const settingsStyle = StyleSheet.create({
|
||||
container: {
|
||||
backgroundColor: Colors.PageBackground
|
||||
backgroundColor: Colors.PageBackground,
|
||||
flex: 1
|
||||
},
|
||||
title: {
|
||||
fontSize: 20,
|
||||
|
|
Loading…
Reference in a new issue