From 4674bf886ed844672ac870c72b91c90b1af94aa8 Mon Sep 17 00:00:00 2001 From: Spythere Date: Thu, 29 Aug 2024 15:47:23 +0200 Subject: [PATCH] fix: manifest theme color --- public/site.webmanifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/site.webmanifest b/public/site.webmanifest index 98b71b8..957439b 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -13,7 +13,7 @@ "type": "image/png" } ], - "theme_color": "#ffc014", + "theme_color": "#4d4d4d", "background_color": "#4d4d4d", "display": "standalone", "start_url": "."