Merge pull request #1061 from omnivore-app/fix/cancel-button-style

This commit is contained in:
Jackson Harper
2022-08-10 17:00:30 +08:00
committed by GitHub

View File

@ -34,6 +34,7 @@ export const Button = styled('button', {
boxSizing: 'border-box',
'-moz-box-sizing': 'border-box',
'-webkit-box-sizing': 'border-box',
borderColor: 'unset',
border: '1px solid $omnivoreCtaYellow',
fontSize: '16px',
fontWeight: 500,
@ -41,7 +42,7 @@ export const Button = styled('button', {
fontFamily: 'Inter',
borderRadius: '8px',
cursor: 'pointer',
color: '$utilityTextDefault',
color: '$omnivoreGray',
bg: 'transparent',
p: '9px 12px',
},