From b3e15efb285e34530af1a7b1a37722879c8755da Mon Sep 17 00:00:00 2001 From: Jet Pham Date: Thu, 5 Mar 2026 10:11:53 -0800 Subject: [PATCH] fix: make background color black in meta --- public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/manifest.json b/public/manifest.json index df042d9..ec7cdb3 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -16,7 +16,7 @@ } ], "theme_color": "#a80055", - "background_color": "#a80055", + "background_color": "#000000", "display": "standalone" }