feat: Integrate Material UI theme provider and enhance UI components

This commit is contained in:
2026-01-31 15:36:55 +01:00
parent dc9def4faf
commit be6dc0de60
8 changed files with 222 additions and 139 deletions

View File

@@ -7,8 +7,7 @@ function Footer() {
<Box
component="footer"
sx={{
py: 2,
mt: 2,
py: 1,
borderTop: 1,
borderColor: "divider",
bgcolor: "background.paper",