Improving Login Page

This commit is contained in:
shobhitm23 2019-11-01 15:59:24 -04:00
parent 3f24d90fef
commit 1846165c85

View File

@ -24,7 +24,8 @@ const styles = {
textAlign: "center" textAlign: "center"
}, },
textField: { textField: {
marginBottom: 20 marginBottom: 20,
border: ""
}, },
pageTitle: { pageTitle: {
// marginTop: 20, // marginTop: 20,
@ -39,6 +40,12 @@ const styles = {
}, },
p: { p: {
fontFamily: "cursive", fontFamily: "cursive",
backgroundColor: "lightgrey",
},
div: {
borderRadius: "5px",
backgroundColor: "#f2f2f2",
padding: "20px",
} }
}; };