Skip to content

Commit 096e47b

Browse files
avelinechazdean
authored andcommitted
Update Footer.tsx
1 parent 7979d03 commit 096e47b

File tree

1 file changed

+2
-2
lines changed
  • polaris-react/src/components/Modal/components/Footer

1 file changed

+2
-2
lines changed

polaris-react/src/components/Modal/components/Footer/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ export function Footer({
4141
width="100%"
4242
>
4343
<Columns columns={{xs: '1fr auto'}}>
44-
<Inline alignY="center">{children}</Inline>
45-
<Inline align="end" alignY="center">
44+
<Inline blockAlign="center">{children}</Inline>
45+
<Inline align="end" blockAlign="center">
4646
{actions}
4747
</Inline>
4848
</Columns>

0 commit comments

Comments
 (0)