Skip to content

Commit

Permalink
tweak top padding for <Menu>
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius committed Oct 4, 2024
1 parent 2c4872c commit 51064c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export function Outer({
<Dialog.Handle />
{/* Re-wrap with context since Dialogs are portal-ed to root */}
<Context.Provider value={context}>
<Dialog.ScrollableInner label="Menu TODO">
<Dialog.ScrollableInner label="Menu TODO" style={[a.pt_sm]}>
<View style={[a.gap_lg]}>
{children}
{isNative && showCancel && <Cancel />}
Expand Down

0 comments on commit 51064c5

Please sign in to comment.