diff --git a/src/App.native.tsx b/src/App.native.tsx index 9b2940aa9d..3d96f7a524 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -188,7 +188,7 @@ function App() { - + diff --git a/src/components/Menu/index.tsx b/src/components/Menu/index.tsx index a171e97723..c594cc3ccb 100644 --- a/src/components/Menu/index.tsx +++ b/src/components/Menu/index.tsx @@ -92,7 +92,7 @@ export function Outer({ {/* Re-wrap with context since Dialogs are portal-ed to root */} - + {children} {isNative && showCancel && }