Added bg color to payment page

This commit is contained in:
FlorianSpeicher
2025-05-21 23:26:18 +02:00
parent ed318773f1
commit cffa5fed6a

View File

@@ -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>
);
}