fix(pwa): wrong web manifest colors (#2659)
parent
0f583ece28
commit
df165f0023
|
@ -217,8 +217,8 @@ export async function createI18n(): Promise<LocalizedWebManifest> {
|
|||
short_name,
|
||||
description,
|
||||
dir,
|
||||
background_color: '#ffffff',
|
||||
theme_color: '#ffffff',
|
||||
background_color: '#111111',
|
||||
theme_color: '#fafafa',
|
||||
...manifestEntries,
|
||||
shortcuts,
|
||||
screenshots,
|
||||
|
@ -229,7 +229,7 @@ export async function createI18n(): Promise<LocalizedWebManifest> {
|
|||
short_name,
|
||||
description,
|
||||
dir,
|
||||
background_color: '#111111',
|
||||
background_color: '#fafafa',
|
||||
theme_color: '#111111',
|
||||
...manifestEntries,
|
||||
shortcuts,
|
||||
|
|
Loading…
Reference in New Issue