Skip to content

Commit defd544

Browse files
committed
fix: backdrop issue fixed
1 parent 2e1576d commit defd544

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/composites/Backdrop/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const Backdrop = (props: IPressableProps) => {
1010
return (
1111
<Pressable
1212
_web={{
13+
//@ts-ignore
1314
cursor: 'default',
1415
}}
1516
position="absolute"

0 commit comments

Comments
 (0)