mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-09 03:58:33 -06:00
hitslop on slider
This commit is contained in:
@@ -48,7 +48,12 @@ export function HorizontalSlider({
|
||||
<JellifySliderTrack size="$4">
|
||||
<JellifyActiveSliderTrack size={"$4"} />
|
||||
</JellifySliderTrack>
|
||||
<JellifySliderThumb circular index={0} size={"$1"} />
|
||||
<JellifySliderThumb
|
||||
circular
|
||||
index={0}
|
||||
size={"$1"}
|
||||
hitSlop={5}
|
||||
/>
|
||||
</TamaguiSlider>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user