From 1efe3aa4aa9572f600da04bb034ec98a7439dfdb Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Tue, 14 Apr 2020 22:46:09 +1000 Subject: [PATCH] Changed manifest background color --- public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/manifest.json b/public/manifest.json index cbd4181..af70038 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -21,5 +21,5 @@ "start_url": ".", "display": "standalone", "theme_color": "#222639", - "background_color": "#ffffff" + "background_color": "#222639" }