Fix: gradient background on signup page; Added: color for text in button, on index page added new button and greeting

This commit is contained in:
2024-05-09 20:06:20 +02:00
parent a25ce29154
commit e8a0449ad2
4 changed files with 41 additions and 7 deletions

View File

@@ -155,6 +155,13 @@ const styles = StyleSheet.create({
fontSize: 14,
marginTop: 10,
},
gradient: {
position: "absolute",
left: 0,
right: 0,
top: 0,
height: "100%",
},
});
export default SignupPage;