feat: update links default color to match design documents
This commit is contained in:
@@ -94,8 +94,7 @@ export const renderOptions: RenderOptions = {
|
||||
href={node.attrs.url}
|
||||
key={node.uid}
|
||||
target={node.attrs.target ?? "_blank"}
|
||||
variant="underscored"
|
||||
color="burgundy"
|
||||
textDecoration="underline"
|
||||
>
|
||||
{next(
|
||||
// Sometimes editors happen to nest a reference inside a link and vice versa.
|
||||
@@ -396,9 +395,7 @@ export const renderOptions: RenderOptions = {
|
||||
<Link
|
||||
href={node.attrs.href}
|
||||
key={node.uid}
|
||||
variant="icon"
|
||||
textDecoration="underline"
|
||||
color="burgundy"
|
||||
target="_blank"
|
||||
>
|
||||
{next(
|
||||
@@ -450,8 +447,7 @@ export const renderOptions: RenderOptions = {
|
||||
{...props}
|
||||
href={entry.node.url}
|
||||
key={node.uid}
|
||||
variant="underscored"
|
||||
color="burgundy"
|
||||
textDecoration="underline"
|
||||
>
|
||||
{next(
|
||||
// Sometimes editors happen to nest a reference inside a link and vice versa.
|
||||
|
||||
Reference in New Issue
Block a user