Skip to content

Commit

Permalink
fixing background color in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius Figge committed Sep 9, 2023
1 parent ca368fc commit 6a960da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"id": "/?source=pwa",
"start_url": "/?source=pwa",
"background_color": "#161618",
"background_color": "#000",
"display": "standalone",
"scope": "/",
"theme_color": "#161618"
Expand Down

0 comments on commit 6a960da

Please sign in to comment.