Skip to content

Commit f3cafcd

Browse files
authored
pwa theme color を白に (#688)
1 parent 979c389 commit f3cafcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/app/manifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function manifest(): MetadataRoute.Manifest {
88
start_url: "/",
99
display: "standalone",
1010
background_color: "#ffffff",
11-
theme_color: "#000000",
11+
theme_color: "#ffffff",
1212
icons: [
1313
{
1414
src: "/icon-192x192.png",

0 commit comments

Comments
 (0)