Edited colors to match client app
This commit is contained in:
BIN
dist/1.0.0/incentro.BarcodeScanTorch.mpk
vendored
BIN
dist/1.0.0/incentro.BarcodeScanTorch.mpk
vendored
Binary file not shown.
@@ -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
Reference in New Issue
Block a user