Consistent font sizes for headlines

This commit is contained in:
Jackson Harper 2022-03-30 10:26:47 -07:00
parent e478b01a17
commit f4a037677f
2 changed files with 1 additions and 5 deletions

View file

@ -29,7 +29,7 @@ const textVariants = {
},
},
fixedHeadline: {
fontSize: '$6',
fontSize: '24px',
fontWeight: '500',
},
subHeadline: {

View file

@ -224,10 +224,6 @@ export default function EmailsPage(): JSX.Element {
<Box>
<StyledText
style="fixedHeadline"
css={{
fontSize: '24px',
fontWeight: '700',
}}
>
Email Addresses{' '}
</StyledText>