From ad41d265b3bd964faf97f77626a8016286e2e232 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Fri, 20 Sep 2019 18:41:35 +0530 Subject: [PATCH] :bug: Fixed theme color --- nuxt.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index e36910f23..86ca72ee3 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -84,7 +84,7 @@ export default { }, { name: 'msapplication-TileColor', - content: '#282a36' + content: '#252628' }, { name: 'msapplication-tap-highlight', @@ -216,8 +216,8 @@ export default { short_name: meta.name, description: meta.shortDescription, display: "standalone", - theme_color: "#282a36", - background_color: "#282a36", + theme_color: "#252628", + background_color: "#252628", start_url: `${routerBase.router.base}`, icons: ((sizes) => { let icons = [];