chore: update design system tokens
This commit is contained in:
@@ -37,11 +37,7 @@ export default function LoyaltyCard({
|
||||
<Title as="h5" level="h3" textAlign="center">
|
||||
{heading}
|
||||
</Title>
|
||||
{bodyText ? (
|
||||
<Body textAlign="center" color="red">
|
||||
{bodyText}
|
||||
</Body>
|
||||
) : null}
|
||||
{bodyText ? <Body textAlign="center">{bodyText}</Body> : null}
|
||||
<div className={styles.buttonContainer}>
|
||||
{link ? (
|
||||
<Link
|
||||
|
||||
Reference in New Issue
Block a user