From dd0b214702234f8c4600d05a69c4e9b3040e94f3 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Sun, 17 Dec 2017 02:35:00 +0000 Subject: [PATCH] Update the color scheme in the app's manifest. --- public/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 92962b1..019d846 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -10,6 +10,6 @@ ], "start_url": "./index.html", "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" + "theme_color": "#ffc107", + "background_color": "#03a9f4" }