Merge branch 'main' of github.com:omnivore-app/omnivore into 895
This commit is contained in:
@ -97,7 +97,6 @@ export const ModalButtonBar = (props: ModalButtonBarProps) => {
|
||||
}}
|
||||
>
|
||||
<Button style={'ctaOutlineYellow'} type="button" onClick={(event) => {
|
||||
console.log('cancelinmg')
|
||||
event.preventDefault()
|
||||
props.onOpenChange(false)
|
||||
}}
|
||||
|
||||
@ -33,7 +33,8 @@ const textVariants = {
|
||||
fontWeight: '500',
|
||||
},
|
||||
subHeadline: {
|
||||
fontSize: '$5',
|
||||
fontSize: '24px',
|
||||
fontWeight: '500',
|
||||
},
|
||||
boldHeadline: {
|
||||
fontWeight: 'bold',
|
||||
|
||||
Reference in New Issue
Block a user