Add CTA subtle

This commit is contained in:
Jackson Harper
2024-05-28 22:10:06 +08:00
parent 0fa37c301a
commit 8dc2ac8f9d
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ export const Button = styled('button', {
background: `#0056D2`,
},
},
ctaGray: {
ctaSubtle: {
borderRadius: '5px',
px: '10px',
py: '8px',

View File

@ -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>
)}