chore: update light bg color (#744)

This commit is contained in:
boojack
2022-12-13 23:34:38 +08:00
committed by GitHub
parent 5520605ccc
commit c77d49259a
7 changed files with 12 additions and 17 deletions

View File

@@ -12,6 +12,6 @@
"start_url": "/",
"scope": "/",
"display": "standalone",
"theme_color": "#f6f5f4",
"background_color": "#f6f5f4"
"theme_color": "#f4f4f5",
"background_color": "#f4f4f5"
}