Fix theme_color in webmanifest

This commit is contained in:
Alireza Adli 2023-11-03 11:45:11 -04:00
parent cae401cebc
commit a3d3be1a3c

View File

@ -10,5 +10,5 @@
], ],
"start_url": "/", "start_url": "/",
"background_color": "#ffffff", "background_color": "#ffffff",
"theme_color": "#fffff" "theme_color": "#ffffff"
} }