Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit d415743

Browse files
committed
update team text colour, increase team name size
1 parent 2dd6932 commit d415743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Team.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default () => (
4040
</Grid>
4141
<Grid item md={9} sm={12} xs={12}>
4242
<Titles>
43-
<Typography gutterBottom variant='h5' component='h2'>
43+
<Typography gutterBottom variant='h4' component='h2'>
4444
{member.name}
4545
</Typography>
4646
<Typography gutterBottom variant='h5' component='span'>
@@ -52,7 +52,7 @@ export default () => (
5252
</Typography>
5353
<hr />
5454
</Titles>
55-
<Typography variant='body2' color='textSecondary' component='p'>
55+
<Typography variant='body' color='textPrimary' component='p'>
5656
{member.description}
5757
</Typography>
5858
</Grid>

0 commit comments

Comments
 (0)