From 0cd78f230fe0ef02b79e25aa58617c388975cd09 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Tue, 3 Dec 2024 11:18:01 +0800 Subject: [PATCH] fix: pwa color --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 2021515..048e5ce 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -31,7 +31,7 @@ export const metadata: Metadata = { appleWebApp: { capable: true, title: customTitle || "NezhaDash", - statusBarStyle: "black-translucent", + statusBarStyle: "default", }, robots: { index: disableIndex ? false : true,