From 4ed40506bf6f6204be66473019a4e9560eeff105 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 12 Jun 2023 09:22:54 -0700 Subject: [PATCH] Make PWA menu bar the Flipper color Summary: {F1026310422} I think it's quite nice having a matching title bar and buttons? Changelog: The Flipper PWA now uses the Flipper purple as theme color Reviewed By: lblasa Differential Revision: D46646266 fbshipit-source-id: 1bc6573c3cd863678ceed5b9358a78d19606ee8a --- desktop/static/manifest.template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/static/manifest.template.json b/desktop/static/manifest.template.json index 5884ae8f9..f4e38e144 100644 --- a/desktop/static/manifest.template.json +++ b/desktop/static/manifest.template.json @@ -6,7 +6,7 @@ "start_url": "index.web.html", "display": "standalone", "background_color": "#fff", - "theme_color": "#4267B2", + "theme_color": "#722ed1", "orientation": "portrait-primary", "icons": [ {