fix: login design

This commit is contained in:
Fredrik Burmester
2024-12-22 11:28:21 +01:00
parent 0750acdc13
commit d86853dec9
2 changed files with 31 additions and 33 deletions

View File

@@ -336,7 +336,11 @@ function Layout() {
/>
<Stack.Screen
name="login"
options={{ headerShown: false, title: "Login" }}
options={{
headerShown: true,
title: "",
headerTransparent: true,
}}
/>
<Stack.Screen name="+not-found" />
</Stack>