Update paddingBottom
This commit is contained in:
+1
-1
@@ -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},
|
||||||
|
|||||||
@@ -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]}>
|
||||||
|
|||||||
@@ -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"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -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]}>
|
||||||
|
|||||||
Reference in New Issue
Block a user