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 55d64d3 + 03b4686 commit 461ae59Copy full SHA for 461ae59
src/components/composites/Backdrop/index.tsx
@@ -10,6 +10,7 @@ const Backdrop = (props: IPressableProps) => {
10
return (
11
<Pressable
12
_web={{
13
+ //@ts-ignore
14
cursor: 'default',
15
}}
16
position="absolute"
0 commit comments