Skip to content

Commit 6d2df71

Browse files
committed
fixes4
1 parent 929bb19 commit 6d2df71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/txs/zetaChain/ZetaChainCCTXDetailsLifecycleIn.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const ZetaChainCCTXDetailsLifecycleIn = ({ tx, isLoading }: Props) => {
3030
<Flex color={ inboundParams.status === 'SUCCESS' ? 'text.success' : 'text.error' } maxH="20px" mb={ 2.5 } alignItems="center">
3131
{ `Sender tx from ${ chainFrom?.chain_name || 'unknown chain' }` }
3232
</Flex>
33-
<Grid templateColumns="100px 1fr" rowGap={ 4 } columnGap={ 3 } bg="alert.bg.info" py={ 3 } px={ 4 } borderRadius="md" overflow="hidden">
33+
<Grid templateColumns="100px 1fr" rowGap={ 4 } columnGap={ 3 } bg="alert.bg.info" py={ 3 } px={ 4 } borderBottomRadius="md" overflow="hidden">
3434
<Text color="text.secondary" fontWeight="medium">Transaction</Text>
3535
{ chainFrom?.chain_id.toString() !== config.chain.id ? (
3636
<TxEntityWithExternalChain chain={ chainFrom } hash={ inboundParams.observed_hash } noIcon noCopy={ false }/>

ui/txs/zetaChain/ZetaChainCCTXDetailsLifecycleOut.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ const ZetaChainCCTXDetailsLifecycleOut = ({ outboundParam, tx, isLoading, isLast
211211
<Flex color={ color } maxH="20px" alignItems="center" mb={ 2.5 }>
212212
{ text }
213213
</Flex>
214-
<Grid templateColumns="100px 1fr" rowGap={ 4 } columnGap={ 3 } bg="alert.bg.info" py={ 3 } px={ 4 } borderRadius="md">
214+
<Grid templateColumns="100px 1fr" rowGap={ 4 } columnGap={ 3 } bg="alert.bg.info" py={ 3 } px={ 4 } borderBottomRadius="md">
215215
{ content }
216216
</Grid>
217217
</Skeleton>

0 commit comments

Comments
 (0)