diff --git a/web/index.html b/web/index.html index fd26aea..cd7de19 100644 --- a/web/index.html +++ b/web/index.html @@ -19,6 +19,10 @@ + + + diff --git a/web/manifest.json b/web/manifest.json index f3f6104..6210153 100644 --- a/web/manifest.json +++ b/web/manifest.json @@ -3,8 +3,8 @@ "short_name": "school_attendance", "start_url": ".", "display": "standalone", - "background_color": "#0175C2", - "theme_color": "#0175C2", + "background_color": "#EEF0F2", + "theme_color": "#1C1C1C", "description": "A new Flutter project.", "orientation": "portrait-primary", "prefer_related_applications": false,