Skip to content

Commit

Permalink
Update pwa theme color
Browse files Browse the repository at this point in the history
  • Loading branch information
adb-sh committed Jul 8, 2024
1 parent 10b89b5 commit 1776ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"start_url": "/",
"display": "standalone",
"background_color": "#121c22",
"theme_color": "#b387fa",
"theme_color": "#091319",
"orientation": "portrait-primary"
}
2 changes: 1 addition & 1 deletion src/entry-server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default createHandler(() => (
<meta charset="utf-8" />
{/* PWA support */}
<link rel="manifest" href="./manifest.json"/>
<meta name="theme-color" content="#b387fa"/>
<meta name="theme-color" content="#091319"/>
<meta name="description" content="Deploy Cat"/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
Expand Down

0 comments on commit 1776ae0

Please sign in to comment.