feat: change font size
This commit is contained in:
@@ -583,11 +583,13 @@ class RegisterPage extends React.Component {
|
||||
<div style={{ padding: 5, marginTop: 20 }}>
|
||||
<Button
|
||||
fullWidth
|
||||
variant="contained" style={{ backgroundColor: '#ffeb3b',marginBottom: 16 }} onClick={this.register}>
|
||||
variant="contained" style={{ backgroundColor: '#ffeb3b' }} onClick={this.register}>
|
||||
{this.state.isLoading ? <CircularProgress className={classes.progress} /> : "Daftar"}
|
||||
</Button>
|
||||
|
||||
<Typography variant="subtitle2" gutterBottom>
|
||||
<Typography variant="subtitle2" gutterBottom style={{
|
||||
marginTop: 16
|
||||
}}>
|
||||
Belum menerima email? <Link to={"/resend_email"} replace>Kirim ulang email</Link>
|
||||
</Typography>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user