From 20ac0d5066ccbc12a0f95adc5eeffed172fed6b0 Mon Sep 17 00:00:00 2001 From: Lixou <82600264+DasLixou@users.noreply.github.com> Date: Fri, 9 Aug 2024 07:58:49 +0200 Subject: [PATCH] fix(ui): change apple app status bar style (#2903) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joaquín Sánchez --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 3ab82a85..56f441a9 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -261,7 +261,7 @@ export default defineNuxtConfig({ { rel: 'apple-touch-icon', href: '/apple-touch-icon.png' }, ], meta: [ - { name: 'apple-mobile-web-app-status-bar-style', content: 'black-translucent' }, + { name: 'apple-mobile-web-app-status-bar-style', content: 'default' }, // open graph social image { property: 'og:title', content: 'Elk' }, { property: 'og:description', content: 'A nimble Mastodon web client' },