feat: update links default color to match design documents
This commit is contained in:
@@ -40,7 +40,7 @@ export default function JobylonCard({ job }: JobylonCardProps) {
|
||||
</Subtitle>
|
||||
|
||||
<div className={styles.contentWrapper}>
|
||||
<div className={styles.content}>
|
||||
<div>
|
||||
<Caption>{job.categories.map((cat) => cat.text).join(", ")}</Caption>
|
||||
<Caption>
|
||||
{job.locations
|
||||
|
||||
+1
-1
@@ -89,7 +89,7 @@ export default function Row({ transaction }: RowProps) {
|
||||
transaction.type === Transactions.rewardType.rewardNight)
|
||||
) {
|
||||
return (
|
||||
<Link variant="underscored" href={transaction.bookingUrl}>
|
||||
<Link textDecoration="underline" href={transaction.bookingUrl}>
|
||||
{transaction.confirmationNumber}
|
||||
</Link>
|
||||
)
|
||||
|
||||
+5
-1
@@ -39,7 +39,11 @@ export default async function EmptyUpcomingStaysBlock() {
|
||||
</span>
|
||||
</Title>
|
||||
</div>
|
||||
<Link href={href} className={styles.link} color="peach80">
|
||||
<Link
|
||||
href={href}
|
||||
className={styles.link}
|
||||
color="Text/Interactive/Secondary"
|
||||
>
|
||||
{intl.formatMessage({
|
||||
defaultMessage: "Get inspired",
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user