feat: update links default color to match design documents
This commit is contained in:
@@ -44,10 +44,9 @@ export default function LoyaltyCard({
|
||||
{link ? (
|
||||
<Link
|
||||
className={styles.link}
|
||||
color="burgundy"
|
||||
href={link.href}
|
||||
target={link.openInNewTab ? "_blank" : undefined}
|
||||
variant="underscored"
|
||||
textDecoration="underline"
|
||||
>
|
||||
<MaterialIcon
|
||||
icon="arrow_right"
|
||||
|
||||
Reference in New Issue
Block a user