From 1db2e1e1d77bfa472bd0b92e51934cb4d597faed Mon Sep 17 00:00:00 2001 From: jona Date: Thu, 23 Mar 2023 20:46:37 +0100 Subject: [PATCH] change app color (themColor) to black --- 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 0894cfd85..9fe37e46b 100644 --- a/js/vue.config.js +++ b/js/vue.config.js @@ -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.