Skip to content

Commit 97b3b79

Browse files
authored
Merge pull request #4726 from GeekyAnts/fix/slider-thumb-pointer
fix: slider thumb pointer
2 parents 7639deb + 59cbc33 commit 97b3b79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/theme/components/slider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export const SliderThumb = {
1414
baseStyle: (props: any) => {
1515
const simplifiedColorScheme = getColorScheme(props);
1616
return {
17+
_web: { cursor: 'pointer' },
1718
borderRadius: 99999,
1819
zIndex: 999,
1920
alignItems: 'center',

0 commit comments

Comments
 (0)