Merge branch 'main' of github.com:omnivore-app/omnivore into 895

This commit is contained in:
Rupin Khandelwal
2022-07-19 23:52:06 +02:00
66 changed files with 2615 additions and 829 deletions

View File

@ -97,7 +97,6 @@ export const ModalButtonBar = (props: ModalButtonBarProps) => {
}}
>
<Button style={'ctaOutlineYellow'} type="button" onClick={(event) => {
console.log('cancelinmg')
event.preventDefault()
props.onOpenChange(false)
}}

View File

@ -33,7 +33,8 @@ const textVariants = {
fontWeight: '500',
},
subHeadline: {
fontSize: '$5',
fontSize: '24px',
fontWeight: '500',
},
boldHeadline: {
fontWeight: 'bold',