feat: update links default color to match design documents
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user