kevin/add-form #14
@@ -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%",
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user