Adjust people tab sizes (font and images)

This commit is contained in:
Leonardo Murça 2023-11-06 08:42:02 -03:00
parent 01f930ba30
commit ce0720ecdb
3 changed files with 12 additions and 8 deletions

View file

@ -129,7 +129,7 @@ function AssignmentsTab({ assignmentsTabData, layoutType }) {
sx={assignmentContainer}
disableGutters
>
<Typography variant="body1" sx={assignmentTypography}>
<Typography variant="h5" sx={assignmentTypography}>
<Link
sx={assignmentLink}
href={`/assignment/${a.id}`}
@ -177,7 +177,7 @@ function AssignmentsTab({ assignmentsTabData, layoutType }) {
sx={assignmentContainer}
disableGutters
>
<Typography variant="body1" sx={assignmentTypography}>
<Typography variant="h5" sx={assignmentTypography}>
<Link
sx={assignmentLink}
href={`/assignment/${a.id}`}

View file

@ -24,12 +24,14 @@ const desktopPersonContainer = {
};
const desktopPersonAvatar = {
width: '60px',
height: '60px',
width: '50px',
height: '50px',
marginRight: '15px',
};
const desktopPersonName = {};
const desktopPersonName = {
fontSize: '1.3em',
};
const desktopEmptyStateContainer = {
display: 'flex',

View file

@ -24,12 +24,14 @@ const desktopPersonContainer = {
};
const desktopPersonAvatar = {
width: '60px',
height: '60px',
width: '50px',
height: '50px',
marginRight: '15px',
};
const desktopPersonName = {};
const desktopPersonName = {
fontSize: '1.3em',
};
const desktopEmptyStateContainer = {
display: 'flex',