We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a12a1 commit 59cbc33Copy full SHA for 59cbc33
src/theme/components/slider.ts
@@ -14,6 +14,7 @@ export const SliderThumb = {
14
baseStyle: (props: any) => {
15
const simplifiedColorScheme = getColorScheme(props);
16
return {
17
+ _web: { cursor: 'pointer' },
18
borderRadius: 99999,
19
zIndex: 999,
20
alignItems: 'center',
0 commit comments