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