Skip to content

Commit

Permalink
Fix issue with BTC transfer summary screen details visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithishvb committed Dec 18, 2023
1 parent 13aa68f commit 237f1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/send/sent-summary/btc-sent-summary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export function BtcSentSummary() {
useRouteHeader(<ModalHeader hideActions defaultClose title="Sent" />);

return (
<InfoCard>
<InfoCard height="110%">
<TxDone />
<InfoCardAssetValue
fiatSymbol={txFiatValueSymbol}
Expand Down

0 comments on commit 237f1cd

Please sign in to comment.