Skip to content

Commit

Permalink
revert: fix android
Browse files Browse the repository at this point in the history
  • Loading branch information
maciej.lodygowski committed Oct 8, 2024
1 parent 699e748 commit a9567cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/src/Slider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ const SliderComponent = (

const defaultStyle =
Platform.OS === 'ios' ? styles.defaultSlideriOS : styles.defaultSlider;
const sliderStyle = {zIndex: 1, width: width, height: 1};
const sliderStyle = {zIndex: 1, width: width};
const style = [props.style, defaultStyle];

const onValueChangeEvent = (event: Event) => {
Expand Down

0 comments on commit a9567cd

Please sign in to comment.