change app color (themColor) to black

This commit is contained in:
jona 2023-03-23 20:46:37 +01:00
parent ba3ed6cbd0
commit 1db2e1e1d7

View file

@ -15,7 +15,7 @@ module.exports = {
}
},
pwa: {
themeColor: "#abcdef", //not required for service worker, but place theme color here if manifest.json doesn't change the color
themeColor: "#000000", //not required for service worker, but place theme color here if manifest.json doesn't change the color
workboxPluginMode: "InjectManifest",
workboxOptions: {
// swSrc is required in InjectManifest mode.