Update paddingBottom

This commit is contained in:
Minseo Lee
2024-08-09 15:23:54 +09:00
parent c58a1c8749
commit 7afc04194d
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ export const gradients = {
export const s = StyleSheet.create({
// helpers
footerSpacer: {height: 50},
contentContainer: {paddingBottom: 200},
contentContainer: {paddingBottom: 100},
contentContainerExtra: {paddingBottom: 300},
border0: {borderWidth: 0},
border1: {borderWidth: 1},
+1 -1
View File
@@ -80,7 +80,7 @@ export function AccessibilitySettingsScreen({}: Props) {
style={s.flex1}
contentContainerStyle={[
s.flex1,
{paddingBottom: 200},
{paddingBottom: 100},
isMobile && pal.viewLight,
]}>
<Text type="xl-bold" style={[pal.text, styles.heading]}>
+1 -1
View File
@@ -571,7 +571,7 @@ export function Explore() {
keyExtractor={item => item.key}
// @ts-ignore web only -prf
desktopFixedHeight
contentContainerStyle={{paddingBottom: 200}}
contentContainerStyle={{paddingBottom: 100}}
keyboardShouldPersistTaps="handled"
keyboardDismissMode="on-drag"
/>
+1 -1
View File
@@ -36,7 +36,7 @@ function StorybookInner() {
return (
<CenteredView style={[t.atoms.bg]}>
<View style={[a.p_xl, a.gap_5xl, {paddingBottom: 200}]}>
<View style={[a.p_xl, a.gap_5xl, {paddingBottom: 100}]}>
{!showContainedList ? (
<>
<View style={[a.flex_row, a.align_start, a.gap_md]}>