fix: remove themeColor from the top of the screen for iOS

This commit is contained in:
DuroCodes
2025-04-21 11:06:17 -04:00
parent 06f4f01f1a
commit d8cf9849fa

View File

@@ -13,6 +13,7 @@ export const metadata: Metadata = {
description: "a pastebin made with sponge",
openGraph: { images: "/sponge.png" },
twitter: { card: "summary" },
appleWebApp: { statusBarStyle: "black-translucent" },
};
export const viewport: Viewport = {