diff --git a/apps/mobile/src/components2024/WordsMatrix/index.tsx b/apps/mobile/src/components2024/WordsMatrix/index.tsx index a2db57a41..bbd84dd4d 100644 --- a/apps/mobile/src/components2024/WordsMatrix/index.tsx +++ b/apps/mobile/src/components2024/WordsMatrix/index.tsx @@ -108,10 +108,9 @@ const getStyle = createGetStyles2024(({ colors2024 }) => ({ borderWidth: 1, borderColor: 'transparent', backgroundColor: colors2024['neutral-bg-2'], - width: '48%', + width: '47%', minWidth: 0, borderRadius: 12, - marginRight: -4, flexShrink: 0, position: 'relative', diff --git a/apps/mobile/src/screens/Home/MultiAddressHome.tsx b/apps/mobile/src/screens/Home/MultiAddressHome.tsx index ef13368f1..3b29fb589 100644 --- a/apps/mobile/src/screens/Home/MultiAddressHome.tsx +++ b/apps/mobile/src/screens/Home/MultiAddressHome.tsx @@ -605,8 +605,7 @@ const getStyle = createGetStyles2024(({ colors2024, isLight }) => ({ backgroundColor: isLight ? colors2024['neutral-bg-1'] : colors2024['neutral-bg-2'], - width: '48%', - marginRight: -6, + width: '47%', minWidth: 0, borderRadius: 18, flexShrink: 0,