feat: update links default color to match design documents
This commit is contained in:
@@ -73,8 +73,7 @@ export const renderOptions: RenderOptions = {
|
||||
href={node.attrs.url}
|
||||
key={node.uid}
|
||||
target={node.attrs.target ?? "_blank"}
|
||||
variant="underscored"
|
||||
color="burgundy"
|
||||
textDecoration="underline"
|
||||
>
|
||||
{next(node.children, embeds, fullRenderOptions)}
|
||||
</Link>
|
||||
@@ -359,8 +358,7 @@ export const renderOptions: RenderOptions = {
|
||||
{...props}
|
||||
href={href}
|
||||
key={node.uid}
|
||||
variant="underscored"
|
||||
color="burgundy"
|
||||
textDecoration="underline"
|
||||
>
|
||||
{next(node.children, embeds, fullRenderOptions)}
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user