diff --git a/app/components/Views/confirmations/components/BlockaidBanner/BlockaidBanner.styles.ts b/app/components/Views/confirmations/components/BlockaidBanner/BlockaidBanner.styles.ts index 063e47da7b3..73ed11f3109 100644 --- a/app/components/Views/confirmations/components/BlockaidBanner/BlockaidBanner.styles.ts +++ b/app/components/Views/confirmations/components/BlockaidBanner/BlockaidBanner.styles.ts @@ -51,7 +51,7 @@ const styleSheet = (_params: { bannerSectionSmallSpaced: { flexDirection: 'row', alignItems: 'center', - justifyContent: 'space-between', + justifyContent: 'space-around', borderWidth: 1, borderRadius: 4, borderColor: _params.theme.colors.border.default, @@ -62,11 +62,12 @@ const styleSheet = (_params: { padding: 10, }, infoText: { - marginLeft: 8, + marginHorizontal: 5, }, flexRowSection: { flexDirection: 'row', alignItems: 'center', + marginRight: 10, }, });