Skip to content

Commit

Permalink
Merge pull request #7793 from LedgerHQ/hotfix/swap-button
Browse files Browse the repository at this point in the history
hotfix: swap button fix
  • Loading branch information
chrisduma-ledger committed Sep 11, 2024
2 parents a75c919 + c76dfe4 commit 94a33da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eighty-pears-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ledger-live-desktop": patch
---

Fixes View Details button for the Swap Live App
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function TransactionBroadcastedContent(props: TransactionBroadcastedConte
</Box>
<Box flex={0}>
<Separator noMargin />
<Box flexDirection="row-reverse" pt={16}>
<Box style={{ flexDirection: "row-reverse" }} pt={16}>
<Button primary onClick={() => swapId && onViewDetails(swapId)}>
<Trans i18nKey="swap2.exchangeDrawer.completed.seeDetails" />
</Button>
Expand Down

0 comments on commit 94a33da

Please sign in to comment.