Initial implementation of saved searches (feature flagged)

This commit is contained in:
Jackson Harper
2022-04-20 11:22:30 -07:00
parent cdd2463fed
commit 4030f8efc4
2 changed files with 24 additions and 1 deletions

View File

@ -39,7 +39,7 @@ export const Button = styled('button', {
borderRadius: '8px',
cursor: 'pointer',
color: '$omnivoreGray',
p: '10px 10px',
p: '10px 12px',
bg: 'rgb(125, 125, 125, 0)',
'&:hover': {
bg: 'rgb(47, 47, 47, 0.1)',