MuiButton styleOverrides
This commit is contained in:
parent
a794567369
commit
e6698287bc
@ -30,6 +30,14 @@ const theme = createTheme({
|
||||
LinkComponent: NextMuiLink,
|
||||
},
|
||||
},
|
||||
MuiButton: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
paddingLeft: 0,
|
||||
paddingRight: 0,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
@ -127,7 +127,7 @@ export default function Register() {
|
||||
</Grid>
|
||||
<Grid xs={12}>
|
||||
<Button type="submit" fullWidth variant="contained">
|
||||
重置密码
|
||||
注册
|
||||
</Button>
|
||||
</Grid>
|
||||
<Grid xs={12} container justifyContent="flex-end" sx={{ mt: 2 }}>
|
||||
|
Loading…
Reference in New Issue
Block a user