feat: update links default color to match design documents
This commit is contained in:
@@ -78,7 +78,7 @@ export default async function MembershipCardSlot() {
|
||||
</span>
|
||||
</div>
|
||||
))}
|
||||
<Link href="#" variant="icon">
|
||||
<Link href="#">
|
||||
<MaterialIcon icon="add_circle" color="CurrentColor" />
|
||||
<Body color="burgundy" textTransform="underlined">
|
||||
{intl.formatMessage({
|
||||
|
||||
@@ -50,11 +50,10 @@ async function PrimaryLinks() {
|
||||
{nav?.primaryLinks.map((link) => (
|
||||
<li key={link.href}>
|
||||
<Link
|
||||
color="burgundy"
|
||||
href={link.href}
|
||||
partialMatch
|
||||
prefetch={true}
|
||||
size={"regular"}
|
||||
size="regular"
|
||||
variant="sidebar"
|
||||
>
|
||||
{link.text}
|
||||
@@ -80,11 +79,10 @@ async function SecondaryLinks() {
|
||||
{nav?.secondaryLinks.map((link) => (
|
||||
<li key={link.href}>
|
||||
<Link
|
||||
color="burgundy"
|
||||
href={link.href}
|
||||
partialMatch
|
||||
prefetch={true}
|
||||
size={"small"}
|
||||
size="small"
|
||||
variant="sidebar"
|
||||
>
|
||||
{link.text}
|
||||
@@ -93,11 +91,10 @@ async function SecondaryLinks() {
|
||||
))}
|
||||
<li>
|
||||
<Link
|
||||
color="burgundy"
|
||||
href={logout[lang]}
|
||||
partialMatch
|
||||
prefetch={false}
|
||||
size={"small"}
|
||||
size="small"
|
||||
variant="sidebar"
|
||||
>
|
||||
{intl.formatMessage({
|
||||
|
||||
@@ -82,7 +82,7 @@ export default function SurprisesNotification({
|
||||
{ amount: surprises.length }
|
||||
)}
|
||||
<br />
|
||||
<Link href={benefitPageUrl} variant="underscored" color="burgundy">
|
||||
<Link href={benefitPageUrl} textDecoration="underline">
|
||||
{intl.formatMessage({
|
||||
defaultMessage: "Go to My Benefits",
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user