Make temperature suggestion grey

This commit is contained in:
Julia Friesel
2018-08-22 16:23:09 +02:00
parent e9c4256661
commit eedd6070cf
2 changed files with 15 additions and 3 deletions
+5 -1
View File
@@ -66,7 +66,11 @@ export default StyleSheet.create({
marginBottom: 15
},
temperatureTextInput: {
fontSize: 20
fontSize: 20,
color: 'black'
},
temperatureTextInputSuggestion: {
color: '#939393'
},
actionButtonRow: {
flexDirection: 'row',