adds note to temperature

This commit is contained in:
tina
2018-08-31 14:01:48 +02:00
parent 54a3db4096
commit 3bd5770c33
3 changed files with 24 additions and 3 deletions
+2 -1
View File
@@ -132,7 +132,8 @@ export default StyleSheet.create({
},
temperatureTextInput: {
fontSize: 20,
color: 'black'
color: 'black',
textAlign: 'right'
},
temperatureTextInputSuggestion: {
color: '#939393'