You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
1️⃣ props.style is applied first.
2️⃣ Then, defaultStyles are applied, which might overwrite user-provided styles.
This could lead to unintended styling behavior.
🔗 Here’s the relevant line: #236
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.
Height of the Slider not adjusting when modified on the style object
The text was updated successfully, but these errors were encountered: