diff --git a/.changeset/witty-lions-camp.md b/.changeset/witty-lions-camp.md new file mode 100644 index 00000000000..9e5e8ddc893 --- /dev/null +++ b/.changeset/witty-lions-camp.md @@ -0,0 +1,5 @@ +--- +'@shopify/polaris': patch +--- + +Fixed inline padding on Modal Footer diff --git a/polaris-react/src/components/Modal/components/Footer/Footer.tsx b/polaris-react/src/components/Modal/components/Footer/Footer.tsx index 7c85cc8718e..7b3b909a27c 100644 --- a/polaris-react/src/components/Modal/components/Footer/Footer.tsx +++ b/polaris-react/src/components/Modal/components/Footer/Footer.tsx @@ -38,6 +38,8 @@ export function Footer({ borderBlockStartWidth="1" minHeight="var(--p-space-16)" padding="4" + paddingInlineStart="5" + paddingInlineEnd="5" width="100%" >