diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/common/AcceptDeclineButtons.tsx | 6 |
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, |