mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
change disconnect button color
This commit is contained in:
parent
06edefa124
commit
e31d651cad
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ export default function Integrations(): JSX.Element {
|
|||
) : (
|
||||
<Link size={16} weight={'bold'} />
|
||||
),
|
||||
style: isImporting(pocketConnected) ? 'ctaWhite' : 'ctaDarkYellow',
|
||||
style: pocketConnected ? 'ctaWhite' : 'ctaDarkYellow',
|
||||
action: () => {
|
||||
pocketConnected
|
||||
? deleteIntegration(pocketConnected.id)
|
||||
|
|
|
|||
Loading…
Reference in a new issue