From ee46d93821b62befe294389970ab9123e9198247 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Thu, 9 Jan 2025 11:26:03 -0500 Subject: Match theme colour to the new top bar colour. --- ui/static/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/static/manifest.json b/ui/static/manifest.json index 5d735d0..6677d94 100644 --- a/ui/static/manifest.json +++ b/ui/static/manifest.json @@ -4,7 +4,7 @@ "start_url": "/", "display": "standalone", "background_color": "#fdfdfd", - "theme_color": "#2c3656", + "theme_color": "#211b2a", "orientation": "portrait-primary", "icons": [ { -- cgit v1.2.3