From 6e40130ec37e2680b85fbbfe1a703cc3d17c80ba Mon Sep 17 00:00:00 2001 From: Gabriel De Los Rios Date: Thu, 25 Dec 2025 13:08:30 -0300 Subject: [PATCH] refactor: add theme color (PWA) --- public/manifest.webmanifest | 1 + 1 file changed, 1 insertion(+) diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest index 5f0d31c..0eec15b 100644 --- a/public/manifest.webmanifest +++ b/public/manifest.webmanifest @@ -4,6 +4,7 @@ "display": "standalone", "scope": "./", "background_color": "#fefffa", + "theme_color": "#9c0a45", "start_url": "./", "icons": [ {