Skip to content

Commit

Permalink
rm handle component
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Oct 1, 2024
1 parent 3971254 commit 64f849b
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions src/components/Dialog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,28 +214,6 @@ export const InnerFlatList = React.forwardRef<
)
})

export function Handle() {
const t = useTheme()

return (
<View style={[a.absolute, a.w_full, a.align_center, a.z_10, {height: 40}]}>
<View
style={[
a.rounded_sm,
{
top: a.pt_lg.paddingTop,
width: 35,
height: 4,
alignSelf: 'center',
backgroundColor: t.palette.contrast_900,
opacity: 0.5,
},
]}
/>
</View>
)
}

export function Close() {
return null
}

0 comments on commit 64f849b

Please sign in to comment.