feat: update links default color to match design documents
This commit is contained in:
@@ -97,8 +97,8 @@ export function LinkAccountForm({
|
||||
<Link
|
||||
href={profileEdit[params.lang]}
|
||||
className={styles.dateOfBirthLink}
|
||||
color="peach80"
|
||||
variant="underscored"
|
||||
color="Text/Interactive/Secondary"
|
||||
textDecoration="underline"
|
||||
>
|
||||
{intl.formatMessage({
|
||||
defaultMessage: "Edit your personal details",
|
||||
@@ -140,7 +140,6 @@ export function LinkAccountForm({
|
||||
<Link
|
||||
href={sasPartnershipTermsAndConditions[params.lang]}
|
||||
weight="bold"
|
||||
variant="default"
|
||||
textDecoration="underline"
|
||||
>
|
||||
{str}
|
||||
|
||||
@@ -97,7 +97,6 @@ export default async function SASxScandicLoginPage(props: PageArgs<LangParams> &
|
||||
<Link
|
||||
href={loginLink}
|
||||
color="red"
|
||||
variant="default"
|
||||
size="tiny"
|
||||
textDecoration="underline"
|
||||
>
|
||||
|
||||
@@ -115,7 +115,6 @@ export default function OneTimePasswordForm({
|
||||
href="#"
|
||||
onClick={handleRequestNewOtp}
|
||||
color="red"
|
||||
variant="default"
|
||||
size="small"
|
||||
className={disableResend ? styles["disabled-link"] : ""}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user