Adjust bottom margin of the Settings screen
This commit is contained in:
+3
-2
@@ -1,6 +1,7 @@
|
|||||||
import {Dimensions, StyleProp, StyleSheet, TextStyle} from 'react-native'
|
import {Dimensions, StyleProp, StyleSheet, TextStyle} from 'react-native'
|
||||||
import {Theme, TypographyVariant} from './ThemeContext'
|
|
||||||
import {isWeb} from 'platform/detection'
|
import {isWeb} from 'platform/detection'
|
||||||
|
import {Theme, TypographyVariant} from './ThemeContext'
|
||||||
|
|
||||||
// 1 is lightest, 2 is light, 3 is mid, 4 is dark, 5 is darkest
|
// 1 is lightest, 2 is light, 3 is mid, 4 is dark, 5 is darkest
|
||||||
export const colors = {
|
export const colors = {
|
||||||
@@ -64,7 +65,7 @@ export const gradients = {
|
|||||||
|
|
||||||
export const s = StyleSheet.create({
|
export const s = StyleSheet.create({
|
||||||
// helpers
|
// helpers
|
||||||
footerSpacer: {height: 100},
|
footerSpacer: {height: 50},
|
||||||
contentContainer: {paddingBottom: 200},
|
contentContainer: {paddingBottom: 200},
|
||||||
contentContainerExtra: {paddingBottom: 300},
|
contentContainerExtra: {paddingBottom: 300},
|
||||||
border0: {borderWidth: 0},
|
border0: {borderWidth: 0},
|
||||||
|
|||||||
@@ -325,7 +325,7 @@ export function SettingsScreen({}: Props) {
|
|||||||
</View>
|
</View>
|
||||||
</SimpleViewHeader>
|
</SimpleViewHeader>
|
||||||
<ScrollView
|
<ScrollView
|
||||||
style={[s.hContentRegion, isMobile && pal.viewLight]}
|
style={[isMobile && pal.viewLight]}
|
||||||
scrollIndicatorInsets={{right: 1}}
|
scrollIndicatorInsets={{right: 1}}
|
||||||
// @ts-ignore web only -prf
|
// @ts-ignore web only -prf
|
||||||
dataSet={{'stable-gutters': 1}}>
|
dataSet={{'stable-gutters': 1}}>
|
||||||
|
|||||||
Reference in New Issue
Block a user