mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Make sure the cancel button matches design
This commit is contained in:
parent
781ff3f006
commit
f3a5f82b64
1 changed files with 2 additions and 1 deletions
|
|
@ -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',
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue