mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Themed colours for the saved searches
This commit is contained in:
parent
21c6b1fe01
commit
24b622fffb
1 changed files with 2 additions and 2 deletions
|
|
@ -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': {
|
||||
|
|
|
|||
Loading…
Reference in a new issue