feat: update links default color to match design documents
This commit is contained in:
@@ -169,8 +169,8 @@ export default function ConfirmationStep({
|
||||
{
|
||||
termsAndConditionsLink: (str) => (
|
||||
<Link
|
||||
variant="underscored"
|
||||
color="peach80"
|
||||
textDecoration="underline"
|
||||
color="Text/Interactive/Secondary"
|
||||
target="_blank"
|
||||
href={bookingTermsAndConditions[lang]}
|
||||
>
|
||||
@@ -179,8 +179,8 @@ export default function ConfirmationStep({
|
||||
),
|
||||
privacyPolicyLink: (str) => (
|
||||
<Link
|
||||
variant="underscored"
|
||||
color="peach80"
|
||||
textDecoration="underline"
|
||||
color="Text/Interactive/Secondary"
|
||||
target="_blank"
|
||||
href={privacyPolicy[lang]}
|
||||
>
|
||||
@@ -192,7 +192,6 @@ export default function ConfirmationStep({
|
||||
</p>
|
||||
</Typography>
|
||||
<Checkbox
|
||||
className={styles.checkbox}
|
||||
name="termsAndConditions"
|
||||
registerOptions={{ required: true }}
|
||||
>
|
||||
|
||||
@@ -61,7 +61,6 @@ export default function SummaryCard({
|
||||
<Link
|
||||
href={link.href}
|
||||
target="_blank"
|
||||
color="burgundy"
|
||||
className={styles.link}
|
||||
onClick={link.onClick}
|
||||
>
|
||||
|
||||
@@ -107,8 +107,8 @@ export default function Form() {
|
||||
{
|
||||
termsAndConditionsLink: (str) => (
|
||||
<Link
|
||||
variant="underscored"
|
||||
color="peach80"
|
||||
textDecoration="underline"
|
||||
color="Text/Interactive/Secondary"
|
||||
target="_blank"
|
||||
href={bookingTermsAndConditions[lang]}
|
||||
onClick={(e) => e.stopPropagation()}
|
||||
@@ -118,8 +118,8 @@ export default function Form() {
|
||||
),
|
||||
privacyPolicyLink: (str) => (
|
||||
<Link
|
||||
variant="underscored"
|
||||
color="peach80"
|
||||
textDecoration="underline"
|
||||
color="Text/Interactive/Secondary"
|
||||
target="_blank"
|
||||
href={privacyPolicy[lang]}
|
||||
onClick={(e) => e.stopPropagation()}
|
||||
|
||||
Reference in New Issue
Block a user