Skip to content

Commit

Permalink
chore: update layout metadata themeColor
Browse files Browse the repository at this point in the history
  • Loading branch information
pacmandoh authored and Hk-Gosuto committed Dec 27, 2023
1 parent 3782c48 commit 5576481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export const metadata: Metadata = {
maximumScale: 1,
},
themeColor: [
{ media: "(prefers-color-scheme: light)", color: "#fafafa" },
{ media: "(prefers-color-scheme: dark)", color: "#151515" },
{ media: "(prefers-color-scheme: light)", color: "#e7f8ff" },
{ media: "(prefers-color-scheme: dark)", color: "#1b262a" },
],
appleWebApp: {
title: "NextChat",
Expand Down

0 comments on commit 5576481

Please sign in to comment.