From 8d15a359d480d08c73a97e7ce4a888c66eae46d0 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Tue, 28 Jan 2025 20:07:24 -0500 Subject: Better match theme colour (for browser chrome) to top bar colour (in-app chrome). --- 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 6677d94..2bad0ed 100644 --- a/ui/static/manifest.json +++ b/ui/static/manifest.json @@ -4,7 +4,7 @@ "start_url": "/", "display": "standalone", "background_color": "#fdfdfd", - "theme_color": "#211b2a", + "theme_color": "#231d2e", "orientation": "portrait-primary", "icons": [ { -- cgit v1.2.3