From 23ccc2d6441aca0c89d0ba30e9d990b4aedb73cb Mon Sep 17 00:00:00 2001 From: Ashm Walia Date: Sat, 16 Jan 2021 10:06:00 -0800 Subject: Small fix --- src/components/common/AcceptDeclineButtons.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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, -- cgit v1.2.3-70-g09d2