fix(pwa): add background_color to web manifest (#832)

This commit is contained in:
Joaquín Sánchez 2023-01-06 22:04:17 +01:00 committed by GitHub
parent e04513d24c
commit 907abd0b41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,7 @@ export const createI18n = async (): Promise<LocalizedWebManifest> => {
short_name,
description,
dir,
background_color: '#ffffff',
theme_color: '#ffffff',
icons: [
{