From f66c12f51e61334883da717602bfd492dd4c1850 Mon Sep 17 00:00:00 2001 From: Chrystian Huot Date: Mon, 13 Jul 2020 09:49:53 -0400 Subject: [PATCH] Fix colors in webmanifest --- client/src/manifest.webmanifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/manifest.webmanifest b/client/src/manifest.webmanifest index 6133b31..71190b6 100644 --- a/client/src/manifest.webmanifest +++ b/client/src/manifest.webmanifest @@ -1,8 +1,8 @@ { "name": "Rdio Scanner", "short_name": "Rdio Scanner", - "theme_color": "#1976d2", - "background_color": "#fafafa", + "theme_color": "#1e1e1e", + "background_color": "#1e1e1e", "display": "standalone", "scope": "./", "start_url": "./",