mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add CTA subtle
This commit is contained in:
parent
0fa37c301a
commit
8dc2ac8f9d
2 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ export const Button = styled('button', {
|
|||
background: `#0056D2`,
|
||||
},
|
||||
},
|
||||
ctaGray: {
|
||||
ctaSubtle: {
|
||||
borderRadius: '5px',
|
||||
px: '10px',
|
||||
py: '8px',
|
||||
|
|
|
|||
|
|
@ -312,7 +312,7 @@ const SubscriptionSourceHoverContent = (
|
|||
</SpanBox>
|
||||
<SpanBox css={{ ml: 'auto', minWidth: '100px' }}>
|
||||
{subscription && subscription.status == 'ACTIVE' && (
|
||||
<Button style="ctaGray" css={{ fontSize: '12px' }}>
|
||||
<Button style="ctaSubtle" css={{ fontSize: '12px' }}>
|
||||
+ Unsubscribe
|
||||
</Button>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in a new issue