diff --git a/src/view/com/util/forms/ToggleButton.tsx b/src/view/com/util/forms/ToggleButton.tsx index 02be80b3..46ceb8c8 100644 --- a/src/view/com/util/forms/ToggleButton.tsx +++ b/src/view/com/util/forms/ToggleButton.tsx @@ -165,8 +165,8 @@ const styles = StyleSheet.create({ width: 42, height: 26, borderRadius: 15, - padding: 4, - borderWidth: 1, + padding: 3, + borderWidth: 2, }, circleFill: { width: 16, diff --git a/src/view/screens/Settings.tsx b/src/view/screens/Settings.tsx index 47aa6558..478fcaa0 100644 --- a/src/view/screens/Settings.tsx +++ b/src/view/screens/Settings.tsx @@ -344,7 +344,7 @@ export const SettingsScreen = withAuthRequired(