-
Notifications
You must be signed in to change notification settings - Fork 282
Height on style object not working #680
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
Comments
Hi @peter571, I was investigating the code and noticed that in Slider.tsx, the styles for the Slider View are defined in a way that might cause issues. Currently, the styles are applied like this: This could lead to unintended styling behavior. Would it be okay if I submitted a fix for this @BartoszKlonowski? I can adjust the order so that props.style correctly overrides the defaults instead of the other way around. Let me know your thoughts! Thanks. |
Thanks for reporting the issue, @peter571 and thank you for investigating, @kacperzolkiewski 💪 |
Height of the Slider not adjusting when modified on the style object
The text was updated successfully, but these errors were encountered: