feat: update links default color to match design documents
This commit is contained in:
@@ -61,7 +61,6 @@ export default function Alert({
|
||||
<>
|
||||
<span> {phoneContact.displayText} </span>
|
||||
<Link
|
||||
color="burgundy"
|
||||
href={`tel:${phoneContact.phoneNumber.replace(/ /g, "")}`}
|
||||
>
|
||||
{phoneContact.phoneNumber}
|
||||
@@ -80,7 +79,6 @@ export default function Alert({
|
||||
|
||||
{link ? (
|
||||
<Link
|
||||
color="burgundy"
|
||||
textDecoration="underline"
|
||||
href={link.url}
|
||||
keepSearchParams={link.keepSearchParams}
|
||||
|
||||
Reference in New Issue
Block a user