diff --git a/change/@fluentui-react-motion-components-preview-b271a894-6660-439a-aef6-8f008b144e56.json b/change/@fluentui-react-motion-components-preview-b271a894-6660-439a-aef6-8f008b144e56.json new file mode 100644 index 0000000000000..047b9822dfc42 --- /dev/null +++ b/change/@fluentui-react-motion-components-preview-b271a894-6660-439a-aef6-8f008b144e56.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix: handle content padding in Collapse", + "packageName": "@fluentui/react-motion-components-preview", + "email": "robertpenner@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/packages/react-components/react-motion-components-preview/library/src/components/Collapse/Collapse.ts b/packages/react-components/react-motion-components-preview/library/src/components/Collapse/Collapse.ts index 54acee2025870..3c93c3689d5bc 100644 --- a/packages/react-components/react-motion-components-preview/library/src/components/Collapse/Collapse.ts +++ b/packages/react-components/react-motion-components-preview/library/src/components/Collapse/Collapse.ts @@ -43,7 +43,19 @@ export const createCollapsePresence: PresenceMotionFnCreator