Skip to content

Commit

Permalink
fix: undo height change
Browse files Browse the repository at this point in the history
  • Loading branch information
rozanagy committed Oct 8, 2024
1 parent 7954117 commit a40849f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function VaultTransactionStack({

return (
<VStack w={'100%'} justifyContent={'space-between'}>
<Divider w={'100%'} borderColor={'grey.01'} borderStyle={'dashed'} height={'1px'} />
<Divider w={'100%'} borderColor={'grey.01'} borderStyle={'dashed'} />
<VaultTransactionRow label={'Funding TX'} value={vaultFundingTX} />
<VaultTransactionRow label={'Withdraw/Deposit TX'} value={vaultWithdrawDepositTX} />
</VStack>
Expand Down

0 comments on commit a40849f

Please sign in to comment.