updated navigation for login and signup

This commit is contained in:
Christopher Sanden
2026-03-17 16:06:47 +01:00
parent c9d0bf85c7
commit f688307b39
5 changed files with 205 additions and 106 deletions

View File

@@ -72,10 +72,23 @@ export const themedTextStyles = StyleSheet.create({
})
export const loginScreenStyles = StyleSheet.create({
container: {
keyboardAvoider: {
flex: 1,
},
scrollView: {
flex: 1,
},
scrollContent: {
flexGrow: 1,
justifyContent: "center",
paddingHorizontal: 24,
paddingVertical: 32,
},
dismissArea: {
flex: 1,
justifyContent: "center",
padding: 24,
},
form: {
gap: 12,
},
title: {
@@ -125,12 +138,33 @@ export const loginScreenStyles = StyleSheet.create({
})
export const signupScreenStyles = StyleSheet.create({
container: {
keyboardAvoider: {
flex: 1,
},
scrollView: {
flex: 1,
},
scrollContent: {
flexGrow: 1,
justifyContent: "center",
paddingHorizontal: 24,
paddingVertical: 32,
},
dismissArea: {
flex: 1,
justifyContent: "center",
padding: 24,
},
form: {
gap: 12,
},
backButton: {
alignSelf: "flex-start",
paddingVertical: 8,
},
backButtonText: {
fontSize: 16,
fontWeight: "600",
},
title: {
fontSize: 28,
fontWeight: "700",