change app color

This commit is contained in:
jona 2023-03-23 20:40:21 +01:00
parent 32504d31df
commit ba3ed6cbd0

View file

@ -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.