change app color (themColor) to black
This commit is contained in:
parent
ba3ed6cbd0
commit
1db2e1e1d7
|
@ -15,7 +15,7 @@ module.exports = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
pwa: {
|
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",
|
workboxPluginMode: "InjectManifest",
|
||||||
workboxOptions: {
|
workboxOptions: {
|
||||||
// swSrc is required in InjectManifest mode.
|
// swSrc is required in InjectManifest mode.
|
||||||
|
|
Loading…
Reference in a new issue