Change elevation

This commit is contained in:
Nicola Benaglia 2025-06-16 22:43:09 +02:00
parent f898728232
commit 57f8a4608f

View File

@ -630,7 +630,7 @@ export const Minting = ({ setIsOpenMinting, myAddress, show }) => {
}} }}
> >
<Container maxWidth="md" sx={{ py: 4 }}> <Container maxWidth="md" sx={{ py: 4 }}>
<Paper elevation={2} sx={{ p: 3, mb: 4, borderRadius: '10px' }}> <Paper elevation={0} sx={{ p: 3, mb: 4, borderRadius: '10px' }}>
<Typography <Typography
variant="h3" variant="h3"
gutterBottom gutterBottom
@ -663,7 +663,7 @@ export const Minting = ({ setIsOpenMinting, myAddress, show }) => {
</Grid> </Grid>
</Paper> </Paper>
<Paper elevation={2} sx={{ p: 3, mb: 4, borderRadius: '10px' }}> <Paper elevation={0} sx={{ p: 3, mb: 4, borderRadius: '10px' }}>
<Typography <Typography
variant="h3" variant="h3"
gutterBottom gutterBottom
@ -689,7 +689,7 @@ export const Minting = ({ setIsOpenMinting, myAddress, show }) => {
</Box> </Box>
</Paper> </Paper>
<Paper elevation={2} sx={{ p: 3, borderRadius: '10px' }}> <Paper elevation={0} sx={{ p: 3, borderRadius: '10px' }}>
<Typography <Typography
variant="h3" variant="h3"
gutterBottom gutterBottom