From 72ff11ceab0dd363e8f0730edd4274dd718bee6b Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Wed, 29 Oct 2025 10:28:35 -0700 Subject: [PATCH] Make title sizing consistent. --- components/settings/settings.jsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/components/settings/settings.jsx b/components/settings/settings.jsx index c4dd123..1221748 100644 --- a/components/settings/settings.jsx +++ b/components/settings/settings.jsx @@ -67,11 +67,10 @@ function Tab({ bodyshop, currentUser, signOutStart }) { return ( + + {t("settings.titles.settings")} + - - {t("settings.titles.settings")} - - @@ -192,10 +191,10 @@ function Tab({ bodyshop, currentUser, signOutStart }) { const styles = StyleSheet.create({ container: { paddingVertical: 24, - paddingHorizontal: 20, + paddingHorizontal: 12, }, title: { - marginBottom: 12, + marginHorizontal: 12, fontWeight: "600", }, section: {