Sentry logging and minor UI
This commit is contained in:
@@ -66,7 +66,7 @@ function Tab({ bodyshop, currentUser, signOutStart }) {
|
||||
};
|
||||
|
||||
return (
|
||||
<SafeAreaView style={{ flex: 1, paddingBottom: 48 }}>
|
||||
<SafeAreaView style={{ flex: 1 }} edges={["top"]}>
|
||||
<Text variant="headlineMedium" style={styles.title}>
|
||||
{t("settings.titles.settings")}
|
||||
</Text>
|
||||
@@ -230,6 +230,7 @@ const styles = StyleSheet.create({
|
||||
container: {
|
||||
paddingVertical: 24,
|
||||
paddingHorizontal: 12,
|
||||
paddingBottom: 96,
|
||||
},
|
||||
title: {
|
||||
marginHorizontal: 12,
|
||||
|
||||
Reference in New Issue
Block a user