feat: update links default color to match design documents
This commit is contained in:
@@ -52,8 +52,7 @@ export default async function ContactRow({ contact }: ContactRowProps) {
|
||||
<Link
|
||||
className={styles.link}
|
||||
href={openableLink}
|
||||
variant="underscored"
|
||||
color="burgundy"
|
||||
textDecoration="underline"
|
||||
size="small"
|
||||
>
|
||||
{Icon ? <Icon size={20} color="Icon/Interactive/Default" /> : null}
|
||||
|
||||
@@ -40,15 +40,9 @@ export default async function ReadMore() {
|
||||
key={link.text}
|
||||
size="small"
|
||||
className={styles.link}
|
||||
color="burgundy"
|
||||
href={link.href}
|
||||
>
|
||||
<MaterialIcon
|
||||
icon="arrow_forward"
|
||||
color="CurrentColor"
|
||||
className={styles.icon}
|
||||
size={20}
|
||||
/>
|
||||
<MaterialIcon icon="arrow_forward" color="CurrentColor" size={20} />
|
||||
{link.text}
|
||||
</Link>
|
||||
))}
|
||||
|
||||
@@ -61,7 +61,6 @@ export default async function JoinLoyaltyContact({
|
||||
className={styles.link}
|
||||
trackingId="loginJoinLoyalty"
|
||||
position="join scandic friends sidebar"
|
||||
color="burgundy"
|
||||
>
|
||||
<MaterialIcon
|
||||
icon="arrow_forward"
|
||||
|
||||
Reference in New Issue
Block a user