Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into matt-user/refactor-toast
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-user authored Jan 15, 2024
2 parents d816e18 + 5c3d52d commit 14efd31
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const BridgeTxOverview = ({
<Box.Stack css={styles.stack}>
<Box.Flex css={styles.txItem}>
<Text css={styles.labelText}>ID</Text>
<Link href={explorerLink} isExternal css={styles.infoText}>
<Link href={explorerLink} isExternal css={styles.linkText}>
<Box aria-label="Transaction ID">{transactionId.toString()}</Box>
</Link>
</Box.Flex>
Expand Down Expand Up @@ -100,6 +100,10 @@ const styles = {
fontSize: '$sm',
color: '$intentsBase12',
}),
linkText: cssObj({
fontSize: '$sm',
color: '$intentsPrimary9',
}),
directionInfo: cssObj({
gap: '$1',
alignItems: 'center',
Expand Down

0 comments on commit 14efd31

Please sign in to comment.