diff options
Diffstat (limited to 'src/components/profile/ToggleButton.tsx')
-rw-r--r-- | src/components/profile/ToggleButton.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/profile/ToggleButton.tsx b/src/components/profile/ToggleButton.tsx index 4c8cb5b9..88eb9f8a 100644 --- a/src/components/profile/ToggleButton.tsx +++ b/src/components/profile/ToggleButton.tsx @@ -31,11 +31,10 @@ const styles = StyleSheet.create({ width: SCREEN_WIDTH * 0.25, height: SCREEN_WIDTH * 0.1, borderRadius: 8, - marginTop: '3%', borderColor: TAGG_TEXT_LIGHT_BLUE, backgroundColor: 'white', borderWidth: 3, - marginHorizontal: '1%', + marginRight: '2%', }, text: { fontWeight: 'bold', |