temperature screen styling update

This commit is contained in:
mashazyu
2019-03-18 23:17:55 +01:00
committed by Sofiya Tepikin
parent a4545fedcf
commit c22bff5948
7 changed files with 133 additions and 100 deletions
+15 -4
View File
@@ -269,7 +269,8 @@ export default StyleSheet.create({
temperatureTextInput: {
fontSize: 20,
color: 'black',
textAlign: 'center'
textAlign: 'center',
width: '30%'
},
temperatureTextInputSuggestion: {
color: '#939393'
@@ -299,6 +300,10 @@ export default StyleSheet.create({
fontWeight: 'bold',
fontFamily: textFontBold
},
framedSegmentInlineChildren: {
flexDirection: 'row',
alignItems: 'center'
},
settingsButton: {
padding: 10,
alignItems: 'center',
@@ -383,10 +388,16 @@ export default StyleSheet.create({
marginTop: 1
},
passwordField: {
padding: 10,
marginTop: 10,
marginHorizontal: 10,
backgroundColor: 'white'
marginTop: 10
},
textInputField: {
padding: 10,
marginVertical: 10,
backgroundColor: 'white',
borderColor: secondaryColor,
borderStyle: 'solid',
borderWidth: 1,
},
passwordPromptPage: {
padding: 30,