mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-24 08:31:20 +00:00
Change elevation
This commit is contained in:
parent
f898728232
commit
57f8a4608f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user