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}
|
||||
|
||||
Reference in New Issue
Block a user