feat: update meta and manifest theme color

This commit is contained in:
alistair3149 2021-03-08 14:02:58 -05:00 committed by GitHub
parent 55ca5b833a
commit 40ca38fc29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -497,7 +497,7 @@
"public": true
},
"ThemeColor": {
"value": "#11151d",
"value": "#131a21",
"description": "The theme color defined in the meta tag",
"descriptionmsg": "citizen-config-themecolor",
"public": true
@ -593,13 +593,13 @@
"public": true
},
"ManifestThemeColor": {
"value": "#11151d",
"value": "#131a21",
"description": "The theme color defined in the web app manifest",
"descriptionmsg": "citizen-config-manfiestthemecolor",
"public": true
},
"ManifestBackgroundColor": {
"value": "#fff",
"value": "#131a21",
"description": "The background color defined in the web app manifest",
"descriptionmsg": "citizen-config-manifestbackgroundcolor",
"public": true