diff --git a/.changeset/five-toes-hammer.md b/.changeset/five-toes-hammer.md index 65fb5420fdf..e2e74f9f922 100644 --- a/.changeset/five-toes-hammer.md +++ b/.changeset/five-toes-hammer.md @@ -2,4 +2,4 @@ '@shopify/polaris': patch --- -Set the preferred position of `Pagination` button tooltips to `below` +Set the preferred position of `Pagination` and `Page` `secondaryActions` button tooltips to `below` diff --git a/polaris-react/src/components/ActionMenu/components/SecondaryAction/SecondaryAction.tsx b/polaris-react/src/components/ActionMenu/components/SecondaryAction/SecondaryAction.tsx index 881e4aaa9d8..fb4a316e666 100644 --- a/polaris-react/src/components/ActionMenu/components/SecondaryAction/SecondaryAction.tsx +++ b/polaris-react/src/components/ActionMenu/components/SecondaryAction/SecondaryAction.tsx @@ -36,7 +36,9 @@ export function SecondaryAction({ ); const actionMarkup = helpText ? ( - {buttonMarkup} + + {buttonMarkup} + ) : ( buttonMarkup );