Skip to content

Commit

Permalink
fix: change PWA theme color to white
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-wang0 committed Jan 1, 2024
1 parent 308f9fe commit 07ee8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { MetadataRoute } from "next";

export default function manifest(): MetadataRoute.Manifest {
return {
theme_color: "#7e55ff",
theme_color: "#ffffff",
background_color: "#ffffff",
display: "standalone",
scope: "/",
Expand Down

0 comments on commit 07ee8d1

Please sign in to comment.