diff --git a/app/manifest.ts b/app/manifest.ts index 0b43928..b8d6f4c 100644 --- a/app/manifest.ts +++ b/app/manifest.ts @@ -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: "/",