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