feat: update links default color to match design documents
This commit is contained in:
@@ -16,12 +16,7 @@ export default function SectionLink({ link, variant }: SectionLinkProps) {
|
||||
variant,
|
||||
})
|
||||
return (
|
||||
<Link
|
||||
className={classNames}
|
||||
color="burgundy"
|
||||
href={link.href}
|
||||
variant="underscored"
|
||||
>
|
||||
<Link className={classNames} href={link.href} textDecoration="underline">
|
||||
{link.text}
|
||||
<MaterialIcon
|
||||
icon="arrow_forward"
|
||||
|
||||
Reference in New Issue
Block a user