Skip to content

Commit 30fbb8c

Browse files
avelinelaurkim
authored andcommitted
Fix merge issue
1 parent 258f39c commit 30fbb8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

polaris-react/src/components/AccountConnection/AccountConnection.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ export function AccountConnection({
7676
return (
7777
<AlphaCard>
7878
<SettingAction action={actionElement}>
79-
<Inline spacing="4">
79+
<Inline gap="4">
8080
{avatarMarkup}
81-
<AlphaStack spacing="2">
81+
<AlphaStack gap="2">
8282
{titleMarkup}
8383
{detailsMarkup}
8484
</AlphaStack>

0 commit comments

Comments
 (0)