diff --git a/js/vue.config.js b/js/vue.config.js index c4d804ae0..0894cfd85 100644 --- a/js/vue.config.js +++ b/js/vue.config.js @@ -15,7 +15,7 @@ module.exports = { } }, pwa: { - themeColor: "#ffd599", //not required for service worker, but place theme color here if manifest.json doesn't change the color + themeColor: "#abcdef", //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.