From 81b5f323eb17560513a1452d1c8c9818d42308ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Thu, 8 Dec 2022 22:50:02 +0100 Subject: [PATCH] Update PWA colors --- Frontend/package.json | 2 +- Frontend/src/manifest.webmanifest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Frontend/package.json b/Frontend/package.json index cb2694c..825605b 100644 --- a/Frontend/package.json +++ b/Frontend/package.json @@ -1,6 +1,6 @@ { "name": "diuna", - "version": "0.0.1", + "version": "0.0.2", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/Frontend/src/manifest.webmanifest b/Frontend/src/manifest.webmanifest index bb1a087..9304006 100644 --- a/Frontend/src/manifest.webmanifest +++ b/Frontend/src/manifest.webmanifest @@ -2,7 +2,7 @@ "name": "Diuna", "short_name": "Diuna", "theme_color": "#FF9800", - "background_color": "#fafafa", + "background_color": "#FF9800", "display": "standalone", "scope": "./", "start_url": "./",