mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Consistent font sizes for headlines
This commit is contained in:
parent
e478b01a17
commit
f4a037677f
2 changed files with 1 additions and 5 deletions
|
|
@ -29,7 +29,7 @@ const textVariants = {
|
|||
},
|
||||
},
|
||||
fixedHeadline: {
|
||||
fontSize: '$6',
|
||||
fontSize: '24px',
|
||||
fontWeight: '500',
|
||||
},
|
||||
subHeadline: {
|
||||
|
|
|
|||
|
|
@ -224,10 +224,6 @@ export default function EmailsPage(): JSX.Element {
|
|||
<Box>
|
||||
<StyledText
|
||||
style="fixedHeadline"
|
||||
css={{
|
||||
fontSize: '24px',
|
||||
fontWeight: '700',
|
||||
}}
|
||||
>
|
||||
Email Addresses{' '}
|
||||
</StyledText>
|
||||
|
|
|
|||
Loading…
Reference in a new issue