Skip to content

Commit

Permalink
chore: update theme background color
Browse files Browse the repository at this point in the history
  • Loading branch information
kdurek committed Aug 2, 2024
1 parent fe5de6b commit 12d2616
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const viewport: Viewport = {
width: 'device-width',
initialScale: 1,
maximumScale: 1,
themeColor: '#F5F5F5',
themeColor: '#ffffff',
};

const poppins = Poppins({
Expand Down
4 changes: 2 additions & 2 deletions src/app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "Splitiv",
"short_name": "Splitiv",
"description": "Expense management",
"theme_color": "#F5F5F5",
"background_color": "#F5F5F5",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone",
"orientation": "portrait",
"start_url": "/",
Expand Down

0 comments on commit 12d2616

Please sign in to comment.