From c619a7c6b397562f3b3e995a713b0d6bcd91b28f Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 28 Apr 2025 17:26:07 +0800 Subject: [PATCH] Prevent theme_color from being applied --- vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 363e561f83..88e9e29164 100644 --- a/vite.config.js +++ b/vite.config.js @@ -126,7 +126,7 @@ export default defineConfig({ short_name: CLIENT_NAME, description: 'Minimalistic opinionated Mastodon web client', // https://github.com/cheeaun/phanpy/issues/231 - // theme_color: '#ffffff', + theme_color: undefined, icons: [ { src: 'logo-192.png',