From 2fb328089f01776e5bb553a1d50a061396588c8c Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Mon, 11 Nov 2024 23:11:01 -0500 Subject: Match chrome colour to top bar colour --- ui/static/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/static') diff --git a/ui/static/manifest.json b/ui/static/manifest.json index 938955e..5d735d0 100644 --- a/ui/static/manifest.json +++ b/ui/static/manifest.json @@ -4,7 +4,7 @@ "start_url": "/", "display": "standalone", "background_color": "#fdfdfd", - "theme_color": "#db4938", + "theme_color": "#2c3656", "orientation": "portrait-primary", "icons": [ { -- cgit v1.2.3