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

feat: tx link color #207

Merged
merged 3 commits into from
Jan 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@
"undici@>=2.0.0 <5.19.1": ">=5.19.1",
"@babel/traverse@<7.23.2": ">=7.23.2",
"undici@<5.26.2": ">=5.26.2",
"axios@>=0.8.1 <1.6.0": ">=1.6.0"
"axios@>=0.8.1 <1.6.0": ">=1.6.0",
"follow-redirects@<1.15.4": ">=1.15.4"
}
},
"dependencies": {
Expand Down
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
17 changes: 9 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading