default manifesto background color
This commit is contained in:
parent
ea170d350f
commit
b62ed76e2d
1 changed files with 2 additions and 2 deletions
|
|
@ -95,8 +95,8 @@ export default defineConfig(({ mode }) => {
|
|||
],
|
||||
start_url: '/',
|
||||
display: 'standalone',
|
||||
background_color: '#FFFFFF',
|
||||
theme_color: '#FFFFFF',
|
||||
background_color: '#200B2E',
|
||||
theme_color: '#200B2E',
|
||||
description: packageJson.description
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue