Skip to content

Commit

Permalink
hotfix: swap button fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduma-ledger committed Sep 11, 2024
1 parent a75c919 commit fae065f
Showing 1 changed file with 1 addition and 1 deletion.
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 fae065f

Please sign in to comment.