Edited colors to match client app

This commit is contained in:
unknown
2020-09-29 12:51:16 +02:00
parent fda87dcc50
commit e1a84cf521
7 changed files with 22 additions and 16 deletions

Binary file not shown.

View File

@@ -193,13 +193,13 @@ const localStyle = react_native__WEBPACK_IMPORTED_MODULE_1__["StyleSheet"].creat
margin: 5,
width: 300,
borderBottomWidth: 1,
borderBottomColor: '#ec7404',
borderBottomColor: '#de712b',
},
switchOn: {
height: 45,
margin: 5,
borderRadius: 30,
backgroundColor: '#ec7404',
backgroundColor: '#de712b',
alignItems: 'center',
justifyContent: 'center',
width: '85%',
@@ -210,7 +210,7 @@ const localStyle = react_native__WEBPACK_IMPORTED_MODULE_1__["StyleSheet"].creat
borderRadius: 30,
backgroundColor: 'white',
borderWidth: 1,
borderColor: '#ec7404',
borderColor: '#de712b',
alignItems: 'center',
justifyContent: 'center',
width: '85%',
@@ -222,13 +222,13 @@ const localStyle = react_native__WEBPACK_IMPORTED_MODULE_1__["StyleSheet"].creat
fontWeight: 'bold',
},
textOff: {
color: '#ec7404',
color: '#de712b',
fontSize: 16,
margin: 50,
fontWeight: 'bold',
},
textBarcode: {
color: '#ec7404',
color: '#de712b',
fontSize: 16,
fontWeight: 'bold',
}

File diff suppressed because one or more lines are too long