fix(theme_color): fixed the manifest's theme_color value for a valid one

This commit is contained in:
Guz
2022-02-11 19:38:21 -03:00
parent d76f57030c
commit ea1a31f46c
2 changed files with 2 additions and 2 deletions

View File

@@ -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',
},

View File

@@ -1,6 +1,6 @@
{
"name": "ToToday",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"scripts": {
"dev": "nuxt",