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({ export const s = StyleSheet.create({
// helpers // helpers
footerSpacer: {height: 50}, footerSpacer: {height: 50},
contentContainer: {paddingBottom: 200}, contentContainer: {paddingBottom: 100},
contentContainerExtra: {paddingBottom: 300}, contentContainerExtra: {paddingBottom: 300},
border0: {borderWidth: 0}, border0: {borderWidth: 0},
border1: {borderWidth: 1}, border1: {borderWidth: 1},
+1 -1
View File
@@ -80,7 +80,7 @@ export function AccessibilitySettingsScreen({}: Props) {
style={s.flex1} style={s.flex1}
contentContainerStyle={[ contentContainerStyle={[
s.flex1, s.flex1,
{paddingBottom: 200}, {paddingBottom: 100},
isMobile && pal.viewLight, isMobile && pal.viewLight,
]}> ]}>
<Text type="xl-bold" style={[pal.text, styles.heading]}> <Text type="xl-bold" style={[pal.text, styles.heading]}>
+1 -1
View File
@@ -571,7 +571,7 @@ export function Explore() {
keyExtractor={item => item.key} keyExtractor={item => item.key}
// @ts-ignore web only -prf // @ts-ignore web only -prf
desktopFixedHeight desktopFixedHeight
contentContainerStyle={{paddingBottom: 200}} contentContainerStyle={{paddingBottom: 100}}
keyboardShouldPersistTaps="handled" keyboardShouldPersistTaps="handled"
keyboardDismissMode="on-drag" keyboardDismissMode="on-drag"
/> />
+1 -1
View File
@@ -36,7 +36,7 @@ function StorybookInner() {
return ( return (
<CenteredView style={[t.atoms.bg]}> <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 ? ( {!showContainedList ? (
<> <>
<View style={[a.flex_row, a.align_start, a.gap_md]}> <View style={[a.flex_row, a.align_start, a.gap_md]}>