feat: update links default color to match design documents
This commit is contained in:
@@ -155,7 +155,7 @@ function ReadMoreLink({
|
||||
children: ReactNode
|
||||
}) {
|
||||
return (
|
||||
<Link href={href} className={styles.link} weight="bold" color="burgundy">
|
||||
<Link href={href} className={styles.link} weight="bold">
|
||||
{children}
|
||||
<MaterialIcon icon="arrow_forward" color="CurrentColor" />
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user