Add CTA subtle
This commit is contained in:
@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user