Sentry logging and minor UI

This commit is contained in:
Patrick Fic
2025-11-04 13:51:17 -08:00
parent dcdc1e9988
commit 4b567ae04f
7 changed files with 51 additions and 44 deletions

View File

@@ -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,