Skip to content

Commit

Permalink
fix bubble position
Browse files Browse the repository at this point in the history
  • Loading branch information
alantoa committed May 8, 2024
1 parent 119cbea commit 681fe38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slide.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ export const Slider: FC<AwesomeSliderProps> = memo(function Slider({
style={[
styles.bubble,
{
left: -bubbleMaxWidth / 2 - thumbWidth / 2,
left: -bubbleMaxWidth / 2,
width: bubbleMaxWidth,
},
animatedBubbleStyle,
Expand Down

0 comments on commit 681fe38

Please sign in to comment.