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.
2 parents 7639deb + 59cbc33 commit 97b3b79Copy full SHA for 97b3b79
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