Updated Profile modal to show username text more clearly

This commit is contained in:
Karmaa
2025-03-15 02:19:30 -05:00
parent 4646bf3040
commit ab10bd0b47

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>