From f8fbcaf015551ac02b513428c0cb205074ecab9d Mon Sep 17 00:00:00 2001 From: naka-12 <104970808+naka-12@users.noreply.github.com> Date: Sat, 12 Apr 2025 00:05:01 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20theme=20color=20=E3=82=92=E7=99=BD?= =?UTF-8?q?=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/app/manifest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/manifest.ts b/web/app/manifest.ts index 5a875092..84e0b73f 100644 --- a/web/app/manifest.ts +++ b/web/app/manifest.ts @@ -8,7 +8,7 @@ export default function manifest(): MetadataRoute.Manifest { start_url: "/", display: "standalone", background_color: "#ffffff", - theme_color: "#000000", + theme_color: "#ffffff", icons: [ { src: "/icon-192x192.png",