From e30308440175da6d39b98aaaed95997c640f96f5 Mon Sep 17 00:00:00 2001 From: Alan LECART Date: Fri, 14 Jun 2024 17:53:03 +0200 Subject: [PATCH] fix color --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 3fad6d8..5f5e8e7 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -46,7 +46,7 @@ export default defineConfig({ "purpose": "any" }, ], - "theme_color": "#212529", + "theme_color": "#121212", "background_color": "#ffffff" }, devOptions: {