Dev 2.0 #23

Merged
LukeGus merged 44 commits from dev-2.0 into main 2025-03-16 19:17:56 +00:00
Showing only changes of commit ab10bd0b47 - Show all commits
+12 -1
View File
@@ -47,7 +47,18 @@ const ProfileModal = ({ isHidden, getUser, handleDeleteUser, handleLogoutUser, s
gap: 1, gap: 1,
}} }}
> >
<DialogTitle sx={{ marginBottom: 1.5 }}> <DialogTitle
sx={{
marginBottom: 1.5,
backgroundColor: theme.palette.general.primary,
color: theme.palette.text.primary,
padding: 1,
borderRadius: 10,
width: "100%",
textAlign: "center",
}}
>
Username: <br />
{getUserName()} {getUserName()}
</DialogTitle> </DialogTitle>
<DialogContent> <DialogContent>