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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user