diff --git a/nuxt.config.js b/nuxt.config.js index 938523f..ccefe35 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -91,7 +91,7 @@ export default { manifest: { name: 'ToToday', description: 'A single page web app to help yours day-to-day tasks', - theme_color: 'dark', + theme_color: '#1a1826', background_color: '#1a1826', lang: 'en', }, diff --git a/package.json b/package.json index 15e2efb..5a31000 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ToToday", - "version": "1.0.1", + "version": "1.0.2", "private": true, "scripts": { "dev": "nuxt",