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