Skip to content

Commit

Permalink
Merge pull request #18843 from PrashantMangukiya/prashant-18739
Browse files Browse the repository at this point in the history
Corrected confirm task button bottom margin
  • Loading branch information
flodnv authored May 17, 2023
2 parents 19e6837 + c34f594 commit 021657b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/tasks/NewTaskPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const NewTaskPage = (props) => {
}

return (
<ScreenWrapper includeSafeAreaPaddingBottom={false}>
<ScreenWrapper>
<HeaderWithCloseButton
title={props.translate('newTaskPage.confirmTask')}
onCloseButtonPress={() => Navigation.dismissModal()}
Expand Down

0 comments on commit 021657b

Please sign in to comment.