Compare commits

..

1 Commits

Author SHA1 Message Date
shobhitm23
49ce28109b Improved Fonts 2019-11-01 16:15:45 -04:00
2 changed files with 8 additions and 8 deletions

View File

@@ -24,8 +24,7 @@ const styles = {
textAlign: "center"
},
textField: {
marginBottom: 20,
border: ""
marginBottom: 20
},
pageTitle: {
// marginTop: 20,
@@ -40,12 +39,9 @@ const styles = {
},
p: {
fontFamily: "cursive",
backgroundColor: "lightgrey",
},
div: {
borderRadius: "5px",
backgroundColor: "#f2f2f2",
padding: "20px",
backgroundColor: "lightgrey",
}
};
@@ -116,12 +112,14 @@ export class Login extends Component {
<Grid item sm />
<Grid item sm>
<img src={logo} className="app-logo" alt="logo" />
<br></br>
<br></br>
<Typography variant="p" className={classes.pageTitle} fontFamily = "Georgia, serif">
<b>Log in to Twistter</b>
<b><font face="Segoe UI">Log in to Twistter</font></b>
<br></br>
</Typography>
<br></br>
<div>
<form noValidate onSubmit={this.handleSubmit}>
<TextField
id="email"
@@ -164,6 +162,7 @@ export class Login extends Component {
<Typography color="error">Invalid username/email or password</Typography>
)}
</form>
</div>
</Grid>
<Grid item sm />
</Grid>

View File

@@ -104,9 +104,10 @@ export class Signup extends Component {
<Grid item sm />
<Grid item sm>
<img src={logo} className="app-logo" alt="logo" />
<br></br>
<br></br>
<Typography variant="p" className={classes.pageTitle}>
<b>Create a new account</b>
<b><font face="Segoe UI">Create a new account</font></b>
<br></br>
</Typography>
<br></br>