From 5f39058d2bf955e91f0c2af3d43b668ab72c60c3 Mon Sep 17 00:00:00 2001 From: Eric Pedley Date: Tue, 5 Dec 2023 15:43:08 -0800 Subject: [PATCH] change manifest colors --- apps/antalmanac/public/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/antalmanac/public/manifest.json b/apps/antalmanac/public/manifest.json index 5191c82a1..ffc0955a5 100644 --- a/apps/antalmanac/public/manifest.json +++ b/apps/antalmanac/public/manifest.json @@ -10,6 +10,6 @@ ], "start_url": "./index.html", "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" + "theme_color": "#305db7", + "background_color": "#000000" }