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 2e1576d commit defd544Copy full SHA for defd544
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