Themed colours for the saved searches

This commit is contained in:
Jackson Harper
2022-04-20 11:57:56 -07:00
parent 21c6b1fe01
commit 24b622fffb

View File

@ -38,9 +38,9 @@ export const Button = styled('button', {
fontFamily: 'Inter',
borderRadius: '8px',
cursor: 'pointer',
color: '$omnivoreGray',
color: '$grayTextContrast',
p: '10px 12px',
bg: 'rgb(125, 125, 125, 0)',
bg: 'rgb(125, 125, 125, 0.1)',
'&:hover': {
bg: 'rgb(47, 47, 47, 0.1)',
'.ctaButtonIcon': {