aboutsummaryrefslogtreecommitdiff
path: root/src/components/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/common')
-rw-r--r--src/components/common/AcceptDeclineButtons.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/common/AcceptDeclineButtons.tsx b/src/components/common/AcceptDeclineButtons.tsx
index 7d01a398..221056c0 100644
--- a/src/components/common/AcceptDeclineButtons.tsx
+++ b/src/components/common/AcceptDeclineButtons.tsx
@@ -46,12 +46,12 @@ const styles = StyleSheet.create({
genericButtonStyle: {
justifyContent: 'center',
alignItems: 'center',
- width: SCREEN_WIDTH * 0.15,
+ width: SCREEN_WIDTH * 0.14,
height: SCREEN_WIDTH * 0.06,
borderRadius: 5,
padding: 0,
- marginTop: 10,
- marginRight: '5%',
+ marginTop: 8,
+ marginRight: '3%',
},
acceptButton: {
padding: 0,