Skip to content

Commit

Permalink
design fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lsylcy0307 committed Apr 28, 2024
1 parent b2cbddb commit 876f0bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions client/src/Communications/CommunicationsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,20 +226,20 @@ function CommunicationsPage() {
<div>
<Grid container sx={{ m: 3 }} spacing={2}>
<Grid item xs={12}>
<Typography variant="h2" sx={{ fontWeight: 'bold' }}>
<Typography variant="h4" sx={{ fontWeight: 'bold' }}>
Communications
</Typography>
</Grid>
<Grid item xs={12}>
<Typography variant="h6" sx={{ width: '80%' }}>
<Typography variant="h7" sx={{ width: '80%', color: '#7C7C7C' }}>
Send emails to individual users, groups of individuals, and mailing
lists. Clicking the “email” button, will open a popup with the
respective emails, which you can then copy and paste into your email
application (i.e. Gmail or Outlook)
</Typography>
</Grid>
<Grid item xs={12}>
<Typography variant="h4" sx={{ fontWeight: 'bold' }}>
<Typography variant="h5" sx={{ fontWeight: 'bold' }}>
Individual Person
</Typography>
</Grid>
Expand All @@ -262,7 +262,7 @@ function CommunicationsPage() {
<Grid item xs={6}>
<Grid container spacing={2}>
<Grid item xs={8}>
<Typography variant="h4" sx={{ fontWeight: 'bold' }}>
<Typography variant="h5" sx={{ fontWeight: 'bold' }}>
Groups
</Typography>
</Grid>
Expand Down Expand Up @@ -327,7 +327,7 @@ function CommunicationsPage() {
</Stack>
</Grid>
<Grid item xs={12}>
<Typography variant="h4" sx={{ fontWeight: 'bold' }}>
<Typography variant="h5" sx={{ fontWeight: 'bold' }}>
Emails
</Typography>
</Grid>
Expand Down

0 comments on commit 876f0bc

Please sign in to comment.