Skip to content

Commit

Permalink
#376 - Change theme color in manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf committed Jun 7, 2021
1 parent dbcf598 commit 2dc0fd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Money.Blazor.Host/wwwroot/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"name": "Money by Neptuo",
"start_url": "/",
"display": "standalone",
"background_color": "#0078D7",
"theme_color": "#0078D7",
"background_color": "#004074",
"theme_color": "#004074",
"icons": [
{
"src": "/images/icon-w-192x192.png",
Expand Down

0 comments on commit 2dc0fd5

Please sign in to comment.