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

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
node_modules

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

12
package-lock.json generated
View File

@@ -11421,7 +11421,8 @@
"js-tokens": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
"dev": true
},
"js-yaml": {
"version": "3.14.0",
@@ -12189,6 +12190,7 @@
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
"integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
"dev": true,
"requires": {
"js-tokens": "^3.0.0 || ^4.0.0"
}
@@ -14505,7 +14507,8 @@
"object-assign": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
"integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
"integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
"dev": true
},
"object-copy": {
"version": "0.1.0",
@@ -15565,6 +15568,7 @@
"version": "15.7.2",
"resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz",
"integrity": "sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==",
"dev": true,
"requires": {
"loose-envify": "^1.4.0",
"object-assign": "^4.1.1",
@@ -15873,7 +15877,8 @@
"react-is": {
"version": "16.13.1",
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
"dev": true
},
"react-lifecycles-compat": {
"version": "3.0.4",
@@ -16357,6 +16362,7 @@
"version": "3.40.0",
"resolved": "https://registry.npmjs.org/react-native-camera/-/react-native-camera-3.40.0.tgz",
"integrity": "sha512-Ur0hZqZcl3SntTVMB9GxuiLYpQxqwgzhQVb+7EGae4WjfDzQEwlGF0bJ7UpZyeUTb1oZmsiSib58xUckn11XMw==",
"dev": true,
"requires": {
"prop-types": "^15.6.2"
}

View File

@@ -29,6 +29,5 @@
"@types/react-native": "~0.61.23",
"react-native-camera": "^3.40.0"
},
"dependencies": {
}
"dependencies": {}
}

View File

@@ -128,13 +128,13 @@ const localStyle = StyleSheet.create({
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%',
@@ -145,7 +145,7 @@ const localStyle = StyleSheet.create({
borderRadius: 30,
backgroundColor: 'white',
borderWidth: 1,
borderColor: '#ec7404',
borderColor: '#de712b',
alignItems: 'center',
justifyContent: 'center',
width: '85%',
@@ -157,13 +157,13 @@ const localStyle = StyleSheet.create({
fontWeight: 'bold',
},
textOff: {
color: '#ec7404',
color: '#de712b',
fontSize: 16,
margin: 50,
fontWeight: 'bold',
},
textBarcode: {
color: '#ec7404',
color: '#de712b',
fontSize: 16,
fontWeight: 'bold',
}