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

Commit

Permalink
refactor: style
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-user committed Jan 15, 2024
1 parent c81273c commit e7432d6
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +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={{ fontSize: '$sm', color: '$intentsPrimary9' }}
>
<Link href={explorerLink} isExternal css={styles.linkText}>
<Box aria-label="Transaction ID">{transactionId.toString()}</Box>
</Link>
</Box.Flex>
Expand Down Expand Up @@ -104,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 e7432d6

Please sign in to comment.