diff options
author | Ashm Walia <ashmwalia@outlook.com> | 2021-01-16 10:06:00 -0800 |
---|---|---|
committer | Ashm Walia <ashmwalia@outlook.com> | 2021-01-16 10:06:00 -0800 |
commit | 23ccc2d6441aca0c89d0ba30e9d990b4aedb73cb (patch) | |
tree | 4946280bb00f8081370c3602a404c041a7cc28d5 | |
parent | 9711093bfa5810868e3cd17008bb7b3ddc7b9034 (diff) |
Small fix
-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, |