From 728baae26bd764174b0427687952df4d25e17cf1 Mon Sep 17 00:00:00 2001 From: Gabriel De Los Rios Date: Thu, 25 Dec 2025 10:40:45 -0300 Subject: [PATCH] refactor: pwa bg color to match icon --- public/manifest.webmanifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest index b038b6e..5f0d31c 100644 --- a/public/manifest.webmanifest +++ b/public/manifest.webmanifest @@ -3,7 +3,7 @@ "short_name": "Gabigenda", "display": "standalone", "scope": "./", - "background_color": "#ff0000", + "background_color": "#fefffa", "start_url": "./", "icons": [ {