aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/ToggleButton.tsx
diff options
context:
space:
mode:
authorHusam Salhab <47015061+hsalhab@users.noreply.github.com>2020-12-31 15:44:05 -0500
committerGitHub <noreply@github.com>2020-12-31 15:44:05 -0500
commit42f25160c69e451549afc22ec786ec0a289f2704 (patch)
treef82db8857c5e9f6e371c88195da08b8ed06eef93 /src/components/profile/ToggleButton.tsx
parent8e5b8de41d3c378c86d8741342ddfc6e2525bfe5 (diff)
[TMA-487] Change button styling (#157)
* adjust button dimensions and radius * adjust button padding
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: {