Merged in fix/consistent-link-colors (pull request #2245)
feat: update links default color to match design documents Approved-by: Michael Zetterberg
This commit is contained in:
@@ -34,7 +34,7 @@ export default function TimeoutSpinner() {
|
||||
link: (text) => (
|
||||
<Link
|
||||
href={customerService[lang]}
|
||||
variant="underscored"
|
||||
textDecoration="underline"
|
||||
target="_blank"
|
||||
>
|
||||
{text}
|
||||
|
||||
@@ -30,7 +30,7 @@ export default function TermsAndConditions({
|
||||
termsAndConditionsLink: (str) => (
|
||||
<Link
|
||||
className={styles.link}
|
||||
variant="underscored"
|
||||
textDecoration="underline"
|
||||
href={bookingTermsAndConditions[lang]}
|
||||
target="_blank"
|
||||
weight="bold"
|
||||
@@ -42,7 +42,7 @@ export default function TermsAndConditions({
|
||||
privacyPolicyLink: (str) => (
|
||||
<Link
|
||||
className={styles.link}
|
||||
variant="underscored"
|
||||
textDecoration="underline"
|
||||
href={privacyPolicy[lang]}
|
||||
target="_blank"
|
||||
weight="bold"
|
||||
@@ -62,7 +62,7 @@ export default function TermsAndConditions({
|
||||
termsAndConditionsLink: (str) => (
|
||||
<Link
|
||||
className={styles.link}
|
||||
variant="underscored"
|
||||
textDecoration="underline"
|
||||
href={bookingTermsAndConditions[lang]}
|
||||
target="_blank"
|
||||
weight="bold"
|
||||
@@ -74,7 +74,7 @@ export default function TermsAndConditions({
|
||||
privacyPolicyLink: (str) => (
|
||||
<Link
|
||||
className={styles.link}
|
||||
variant="underscored"
|
||||
textDecoration="underline"
|
||||
href={privacyPolicy[lang]}
|
||||
target="_blank"
|
||||
weight="bold"
|
||||
|
||||
Reference in New Issue
Block a user