diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-05-07 21:49:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-07 21:49:49 +0300 |
commit | 0b06a93833b861f6402653bce60a6fd473a62290 (patch) | |
tree | c30c262e3797f119573fc3531d6d43e4f191332c /src/components/Dialog/index.tsx | |
parent | f1372abec5943076d0cd0409db04c6b1587cd241 (diff) | |
download | voidsky-0b06a93833b861f6402653bce60a6fd473a62290.tar.zst |
add 10px more padding (#8345)
Diffstat (limited to 'src/components/Dialog/index.tsx')
-rw-r--r-- | src/components/Dialog/index.tsx | 4 |
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]} |