Skip to content

Commit

Permalink
Merge pull request #137 from Kerosene-Labs/BIL-4-create-fixed
Browse files Browse the repository at this point in the history
BIL-4: changing around manifest colors
  • Loading branch information
hlafaille authored Dec 29, 2024
2 parents b61e1b0 + 5105a9e commit 0857320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/svelte/static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Track your personal income and expenses.",
"start_url": "/login",
"display": "standalone",
"background_color": "#171717",
"theme_color": "#262626",
"background_color": "#262626",
"theme_color": "#171717",
"icons": [
{
"src": "/icon-192px.png",
Expand Down

0 comments on commit 0857320

Please sign in to comment.