aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/ToggleButton.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/profile/ToggleButton.tsx')
-rw-r--r--src/components/profile/ToggleButton.tsx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/profile/ToggleButton.tsx b/src/components/profile/ToggleButton.tsx
index df7380d7..5d8f7874 100644
--- a/src/components/profile/ToggleButton.tsx
+++ b/src/components/profile/ToggleButton.tsx
@@ -34,10 +34,11 @@ const styles = StyleSheet.create({
button: {
justifyContent: 'center',
alignItems: 'center',
- width: SCREEN_WIDTH * 0.25,
- height: SCREEN_WIDTH * 0.1,
+ width: SCREEN_WIDTH * 0.4,
+ height: SCREEN_WIDTH * 0.08,
borderColor: TAGG_TEXT_LIGHT_BLUE,
borderWidth: 3,
+ borderRadius: 5,
marginRight: '2%',
},
text: {