Skip to content

Commit daf2fdb

Browse files
committed
fix(showcase): select in modal offset
1 parent 8eac19a commit daf2fdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/showcase/app/modal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export default function ModalScreen() {
5151
insets={contentInsets}
5252
className='w-full'
5353
portalHost={CUSTOM_PORTAL_HOST_NAME}
54+
sideOffset={Platform.select({ ios: 16 })}
5455
>
5556
<SelectGroup>
5657
<SelectLabel>Roles</SelectLabel>

0 commit comments

Comments
 (0)