From ccebdedc8d376744f037b8bfb1cccb475bc9ca3c Mon Sep 17 00:00:00 2001 From: dorfingerjonas Date: Mon, 4 Oct 2021 07:47:56 +0200 Subject: [PATCH] change theme color --- client/src/manifest.webmanifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/manifest.webmanifest b/client/src/manifest.webmanifest index 463b0d7..a3ecb21 100644 --- a/client/src/manifest.webmanifest +++ b/client/src/manifest.webmanifest @@ -1,7 +1,7 @@ { "name": "ordersystem", "short_name": "ordersystem", - "theme_color": "#1976d2", + "theme_color": "#486491", "background_color": "#fafafa", "display": "standalone", "scope": "./",