Skip to content

Commit

Permalink
Corrected confirm task button bottom margin
Browse files Browse the repository at this point in the history
  • Loading branch information
PrashantMangukiya committed May 12, 2023
1 parent 95c22f1 commit c34f594
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 @@ -150,7 +150,7 @@ const NewTaskPage = (props) => {
}

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

0 comments on commit c34f594

Please sign in to comment.