From ad76dda03e123bf96af6eb4199fd9eea323c0cc1 Mon Sep 17 00:00:00 2001 From: Krishna Gupta Date: Mon, 6 Nov 2023 19:09:26 +0530 Subject: [PATCH 1/2] fix: Inconsistency - No margin top on save button. Signed-off-by: Krishna Gupta --- src/components/MoneyRequestConfirmationList.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/MoneyRequestConfirmationList.js b/src/components/MoneyRequestConfirmationList.js index da1e03bd28e8..fb9837f3dac3 100755 --- a/src/components/MoneyRequestConfirmationList.js +++ b/src/components/MoneyRequestConfirmationList.js @@ -530,8 +530,7 @@ function MoneyRequestConfirmationList(props) { onPress={(_event, value) => confirm(value)} options={splitOrRequestOptions} buttonSize={CONST.DROPDOWN_BUTTON_SIZE.LARGE} - style={[styles.mt2]} - /> +cç /> ); return ( From 5ff77ff790bbc38880796b86d9086b4417df3bef Mon Sep 17 00:00:00 2001 From: Krishna Gupta Date: Mon, 6 Nov 2023 19:10:29 +0530 Subject: [PATCH 2/2] fix: Inconsistency - No margin top on save button. Signed-off-by: Krishna Gupta --- src/components/MoneyRequestConfirmationList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MoneyRequestConfirmationList.js b/src/components/MoneyRequestConfirmationList.js index fb9837f3dac3..e8d4087c6b8c 100755 --- a/src/components/MoneyRequestConfirmationList.js +++ b/src/components/MoneyRequestConfirmationList.js @@ -530,7 +530,7 @@ function MoneyRequestConfirmationList(props) { onPress={(_event, value) => confirm(value)} options={splitOrRequestOptions} buttonSize={CONST.DROPDOWN_BUTTON_SIZE.LARGE} -cç /> + /> ); return (