Skip to content

Commit 2fccaef

Browse files
committed
fix: gap between button and address
1 parent eb401e9 commit 2fccaef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/components/multichain-accounts/multichain-address-rows-hovered-list/multichain-aggregated-list-row.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export const MultichainAggregatedAddressListRow = ({
177177
</Text>
178178
</Box>
179179
<Box
180-
gap={4}
180+
gap={1}
181181
flexDirection={BoxFlexDirection.Row}
182182
alignItems={BoxAlignItems.Center}
183183
>

0 commit comments

Comments
 (0)