Warn when user enters an out-of-range temperature

This commit is contained in:
Julia Friesel
2018-08-22 13:17:12 +02:00
parent 7538dbdccc
commit 0878135aed
5 changed files with 84 additions and 38 deletions
+3 -2
View File
@@ -66,8 +66,6 @@ export default StyleSheet.create({
marginBottom: 15
},
temperatureTextInput: {
width: 80,
textAlign: 'center',
fontSize: 20
},
actionButtonRow: {
@@ -105,5 +103,8 @@ export default StyleSheet.create({
},
settingsButtonText: {
color: 'white'
},
warning: {
color: 'red'
}
})