This commit is contained in:
Marces Zastrow
2025-01-10 08:08:02 +01:00
parent e498ac886e
commit d3fc030c4c
4 changed files with 7 additions and 27 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ const Profile = () => {
}, [userId]);
return (
<Box sx={{ p: 3 }}>
<Box sx={{ p: 3, background: 'rgba(30, 30, 47, 0.9)', borderRadius: '8px', marginTop: '40px' }}>
<Typography variant="h4" sx={{ mb: 4, color: '#fff' }}>
Benutzerprofil: {username}
</Typography>