-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(Modal): Fixed bottom padding on the Modal header #1175
Conversation
🦋 Changeset detectedLatest commit: 451d8f8 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
.changeset/fix-modalPadding.md
Outdated
@@ -0,0 +1,5 @@ | |||
--- | |||
'react-magma-dom': minor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
patch
A couple things I noticed for discussion:
I guess the question is, are we okay with no spacing between the button and paragraph in these scenarios? |
This PR is on hold until #1177 gets merged so we can use the new props here. |
Just one more thing, I think at standup we talked about adding to storybook some of the similar examples to those in the docs (no header, small, no close button, etc) |
"No Header Or Focusable Content" Has all three of those versions in one. Should I break them out? |
I missed that, but that is good enough for me! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good (again!). Just same comment about the PR title :)
Issue: # 1173
What I did
Removed bottom padding from
Modal
header.Screenshots:
Checklist
How to test
Modal
header