From e323975bb33a45f0444dabe1f5b7f053982814f6 Mon Sep 17 00:00:00 2001 From: Sylva Elendu Date: Wed, 6 Mar 2024 11:04:35 +0100 Subject: [PATCH] fix close icon style --- .../components/BlockaidBanner/BlockaidBanner.styles.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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, }, });