From ba3ed6cbd04ceef81d44e7041ed763bd79d6ec0b Mon Sep 17 00:00:00 2001 From: jona Date: Thu, 23 Mar 2023 20:40:21 +0100 Subject: [PATCH] change app color --- js/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.