Skip to content

Commit

Permalink
fix: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Alinus Dumitrana committed Jul 8, 2024
1 parent c7d43ed commit 9bc657d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ export const renderSwapDeviceConfirmation = ({
{...swapDefaultTrack}
/>
<Box flex={0}>
<Alert type="primary" {...alertProperties} mb={7} mx={4}>
<Alert type="primary" {...alertProperties} mb={4} mx={4}>
<Trans
i18nKey={`DeviceAction.swap.notice.${noticeType.message}`}
values={{ providerName: getProviderName(exchangeRate.provider) }}
Expand Down

0 comments on commit 9bc657d

Please sign in to comment.