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