about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-05-07 21:49:49 +0300
committerGitHub <noreply@github.com>2025-05-07 21:49:49 +0300
commit0b06a93833b861f6402653bce60a6fd473a62290 (patch)
treec30c262e3797f119573fc3531d6d43e4f191332c
parentf1372abec5943076d0cd0409db04c6b1587cd241 (diff)
downloadvoidsky-0b06a93833b861f6402653bce60a6fd473a62290.tar.zst
add 10px more padding (#8345)
-rw-r--r--src/components/Dialog/index.tsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/Dialog/index.tsx b/src/components/Dialog/index.tsx
index f9712f779..4c6c5816c 100644
--- a/src/components/Dialog/index.tsx
+++ b/src/components/Dialog/index.tsx
@@ -298,9 +298,7 @@ export const InnerFlatList = React.forwardRef<
       <List
         keyboardShouldPersistTaps="handled"
         bounces={nativeSnapPoint === BottomSheetSnapPoint.Full}
-        ListFooterComponent={
-          <View style={{height: insets.bottom + a.pt_5xl.paddingTop + 50}} />
-        }
+        ListFooterComponent={<View style={{height: insets.bottom + 100}} />}
         ref={ref}
         {...props}
         style={[style]}