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}
|
||||
|
||||
Reference in New Issue
Block a user