kevin/add-form #14

Merged
fr merged 6 commits from kevin/add-form into main 2024-05-12 21:44:09 +02:00
Showing only changes of commit 41f52e67d3 - Show all commits

View File

@ -170,12 +170,11 @@ const styles = StyleSheet.create({
container: { container: {
width: "100%", width: "100%",
height: "100%", height: "100%",
justifyContent: "center",
alignItems: "center", alignItems: "center",
display: "flex",
}, },
form: { form: {
alignItems: "center", alignItems: "center",
paddingTop: "10%",
gap: 15, gap: 15,
width: "80%", width: "80%",
}, },
@ -212,7 +211,7 @@ const styles = StyleSheet.create({
color: colors.white, color: colors.white,
fontSize: 24, fontSize: 24,
textAlign: "center", textAlign: "center",
paddingTop: "3%",
paddingBottom: "3%", paddingBottom: "3%",
paddingTop: "10%",
}, },
}); });