Make sure the cancel button matches design

This commit is contained in:
Jackson Harper
2022-08-10 16:46:56 +08:00
parent 781ff3f006
commit f3a5f82b64

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',
},