This commit is contained in:
Julia Friesel
2018-08-21 15:05:52 +02:00
parent 75f5893b0c
commit b4120d99d6
2 changed files with 23 additions and 4 deletions
+4 -1
View File
@@ -98,9 +98,12 @@ export default StyleSheet.create({
fontWeight: 'bold'
},
settingsButton: {
backgroundColor: 'darkgrey',
backgroundColor: '#351c4d',
padding: 10,
alignItems: 'center',
margin: 10
},
settingsButtonText: {
color: 'white'
}
})