Skip to content

Commit

Permalink
Improve styles for SuccessModal
Browse files Browse the repository at this point in the history
  • Loading branch information
kkosiorowska committed May 10, 2024
1 parent 8d94038 commit e2cec5f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dapp/src/components/TransactionModal/SuccessModal.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from "react"
import {
Box,
Button,
HStack,
ModalBody,
Expand Down Expand Up @@ -28,7 +27,7 @@ const CONTENT: Record<
header: "Deposit received",
renderBody: (tokenAmount) => (
<>
<Box>
<VStack spacing={0}>
<CurrencyBalanceWithConversion
from={{
currency: tokenAmount.currency,
Expand All @@ -42,7 +41,7 @@ const CONTENT: Record<
fontWeight: "semibold",
}}
/>
</Box>
</VStack>
{/* TODO: Use correct tx hash and update styles */}
<BlockExplorerLink id="" type="transaction" chain="bitcoin" mt={2} />
</>
Expand Down

0 comments on commit e2cec5f

Please sign in to comment.