-
Notifications
You must be signed in to change notification settings - Fork 179
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
Add the ability to override the styles for the modal container #443
Comments
Another option is to just reduce the 800px down to something which looks nicer (~600px) |
Hey! Thanks for opening the issue. Can you provide a minimal repro which demonstrates the issue? Posting a snippet of your code in the issue is useful, but it's not usually straightforward to run. A repro will help us debug the issue faster. Please try to keep the repro as small as possible. The easiest way to provide a repro is on snack.expo.dev. If it's not possible to repro it on snack.expo.dev, then you can also provide the repro in a GitHub repository. |
@ericpoulinnz PRs are welcome! |
@iM-GeeKy would you accept just changing the maxheight down to 600px? I don't have time to create a PR here for full styling control (I've just patched with my style on my end) - but if you are happy with literally changing that one style, then sure, I can make that very simple PR. ... I also noticed the 'needs repro' tag added to this issue. Here is how it looks. All the space at the bottom is odd and not standard for Material modals. |
@ericpoulinnz Thanks! Closing as #444 is now merged and released 0.22.29 |
Is your feature request related to a problem? Please describe.
I don't like that the max height of the date picker modal is 800px. This looks terrible and is way too tall for a modal on a laptop screen.
Describe the solution you'd like
The ability to pass in a styles prop which applies on top of the
modalContent
style.Describe alternatives you've considered
Seems impossible with this library?
The text was updated successfully, but these errors were encountered: