diff --git a/.changeset/fix-modalPadding.md b/.changeset/fix-modalPadding.md new file mode 100644 index 000000000..e9e70eede --- /dev/null +++ b/.changeset/fix-modalPadding.md @@ -0,0 +1,5 @@ +--- +'react-magma-dom': patch +--- + +fix(Modal): Fixed bottom padding on the Modal header. diff --git a/packages/react-magma-dom/src/components/Modal/Modal.stories.tsx b/packages/react-magma-dom/src/components/Modal/Modal.stories.tsx index 4608706b4..232207001 100644 --- a/packages/react-magma-dom/src/components/Modal/Modal.stories.tsx +++ b/packages/react-magma-dom/src/components/Modal/Modal.stories.tsx @@ -9,6 +9,7 @@ import { DatePicker } from '../DatePicker'; import { ButtonGroup, ButtonGroupAlignment } from '../ButtonGroup'; import { Container } from '../Container'; import { NativeSelect } from '../NativeSelect'; +import { Paragraph } from '../Paragraph'; import { Spacer } from '../Spacer'; import { Combobox } from '../Combobox'; import { @@ -40,7 +41,7 @@ export const Default = () => { }} isOpen={showModal} > -
This is a modal, doing modal things.
+This is a modal, doing modal things.
-
+
+
+
This is a modal, doing modal things.
-
+
+
+
+
This is a modal, doing modal things.
-
+
+
+
+