Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add 10px more padding (#8345)

authored by

Samuel Newman and committed by
GitHub
0b06a938 f1372abe

+1 -3
+1 -3
src/components/Dialog/index.tsx
··· 298 298 <List 299 299 keyboardShouldPersistTaps="handled" 300 300 bounces={nativeSnapPoint === BottomSheetSnapPoint.Full} 301 - ListFooterComponent={ 302 - <View style={{height: insets.bottom + a.pt_5xl.paddingTop + 50}} /> 303 - } 301 + ListFooterComponent={<View style={{height: insets.bottom + 100}} />} 304 302 ref={ref} 305 303 {...props} 306 304 style={[style]}