diff --git a/app/_layout.tsx b/app/_layout.tsx index a3cf8b77..2561a157 100644 --- a/app/_layout.tsx +++ b/app/_layout.tsx @@ -104,7 +104,7 @@ export default function RootLayout() { options={{ title: "", headerShown: true, - headerStyle: { backgroundColor: "transparent" }, + headerStyle: { backgroundColor: "black" }, headerShadowVisible: false, }} />