Merge pull request #1061 from omnivore-app/fix/cancel-button-style
This commit is contained in:
@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user