Added bg color to payment page
This commit is contained in:
@@ -184,6 +184,7 @@ export default function Payment() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
<div className="page-background">
|
||||||
<Container maxWidth="md" sx={{ py: 4 }}>
|
<Container maxWidth="md" sx={{ py: 4 }}>
|
||||||
<Paper elevation={3} sx={{ p: 4 }}>
|
<Paper elevation={3} sx={{ p: 4 }}>
|
||||||
<Typography variant="h4" align="center" gutterBottom>
|
<Typography variant="h4" align="center" gutterBottom>
|
||||||
@@ -223,5 +224,6 @@ export default function Payment() {
|
|||||||
</Box>
|
</Box>
|
||||||
</Paper>
|
</Paper>
|
||||||
</Container>
|
</Container>
|
||||||
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user