fix(theme_color): fixed the manifest's theme_color value for a valid one
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ToToday",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "nuxt",
|
||||
|
||||
Reference in New Issue
Block a user