Skip to content

Commit

Permalink
Decrease font size of illustration labels
Browse files Browse the repository at this point in the history
That will allow "Removals in progress" to be shown on a single line
in many cases, just like the other two labels.
  • Loading branch information
Vinnl committed Apr 26, 2024
1 parent 2db8130 commit 6176fb5
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/emails/templates/monthlyActivity/MonthlyActivityEmail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ const MonthlyActivityPlusWithManualRemovalsEmail = (props: Props) => {
align="center"
/>
<mj-text
font-size="16px"
line-height="24px"
font-size="14px"
line-height="18px"
font-weight={600}
align="center"
>
Expand All @@ -117,8 +117,8 @@ const MonthlyActivityPlusWithManualRemovalsEmail = (props: Props) => {
align="center"
/>
<mj-text
font-size="16px"
line-height="24px"
font-size="14px"
line-height="18px"
font-weight={600}
align="center"
>
Expand All @@ -144,8 +144,8 @@ const MonthlyActivityPlusWithManualRemovalsEmail = (props: Props) => {
align="center"
/>
<mj-text
font-size="16px"
line-height="24px"
font-size="14px"
line-height="18px"
font-weight={600}
align="center"
>
Expand Down Expand Up @@ -199,8 +199,8 @@ const MonthlyActivityPlusWithAutoRemovalsOnlyEmail = (props: Props) => {
align="center"
/>
<mj-text
font-size="16px"
line-height="24px"
font-size="14px"
line-height="18px"
font-weight={600}
align="center"
>
Expand All @@ -227,8 +227,8 @@ const MonthlyActivityPlusWithAutoRemovalsOnlyEmail = (props: Props) => {
align="center"
/>
<mj-text
font-size="16px"
line-height="24px"
font-size="14px"
line-height="18px"
font-weight={600}
align="center"
>
Expand All @@ -254,8 +254,8 @@ const MonthlyActivityPlusWithAutoRemovalsOnlyEmail = (props: Props) => {
align="center"
/>
<mj-text
font-size="16px"
line-height="24px"
font-size="14px"
line-height="18px"
font-weight={600}
align="center"
>
Expand Down Expand Up @@ -349,8 +349,8 @@ const MonthlyActivityFreeEmail = (props: Props) => {
align="center"
/>
<mj-text
font-size="16px"
line-height="24px"
font-size="14px"
line-height="18px"
font-weight={600}
align="center"
>
Expand All @@ -374,8 +374,8 @@ const MonthlyActivityFreeEmail = (props: Props) => {
align="center"
/>
<mj-text
font-size="16px"
line-height="24px"
font-size="14px"
line-height="18px"
font-weight={600}
align="center"
>
Expand All @@ -401,8 +401,8 @@ const MonthlyActivityFreeEmail = (props: Props) => {
align="center"
/>
<mj-text
font-size="16px"
line-height="24px"
font-size="14px"
line-height="18px"
font-weight={600}
align="center"
>
Expand Down

0 comments on commit 6176fb5

Please sign in to comment.