Skip to content

Commit 0166c9e

Browse files
Remove main sendtag sheet
1 parent 933d768 commit 0166c9e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

packages/app/features/account/sendtag/screen.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -223,15 +223,6 @@ function MainTagSelectionSheet({
223223

224224
return (
225225
<Dialog modal open={open} onOpenChange={onOpenChange}>
226-
<Adapt when="sm" platform="touch">
227-
<Sheet zIndex={200000} modal dismissOnSnapToBottom disableDrag>
228-
<Sheet.Frame padding="$4" gap="$4">
229-
<Adapt.Contents />
230-
</Sheet.Frame>
231-
<Sheet.Overlay animation="lazy" enterStyle={{ opacity: 0 }} exitStyle={{ opacity: 0 }} />
232-
</Sheet>
233-
</Adapt>
234-
235226
<Dialog.Portal>
236227
<Dialog.Overlay
237228
key="overlay"

0 commit comments

Comments
 (0)