From 1c4bc362ee2008b1ee53975a3a3244553dd5d9ce Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Thu, 28 Jul 2022 16:03:49 -0700 Subject: [PATCH] Use a more muted colour for the PWA splash screen PWA's cant respect light/dark mode yet, so use a muted colour so we don't have the bold white for people in dark mode. --- packages/web/public/manifest.webmanifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/public/manifest.webmanifest b/packages/web/public/manifest.webmanifest index bf9ddff8a..40a3bdb94 100644 --- a/packages/web/public/manifest.webmanifest +++ b/packages/web/public/manifest.webmanifest @@ -26,7 +26,7 @@ }, "display": "standalone", "display_override": ["standalone", "minimal-ui", "browser"], - "background_color": "#ffffff", + "background_color": "#3D3D3D", "theme_color": "#FFDE8C", "screenshots": [{ "src": "/static/media/about/library-mobile.png",