Skip to content

Commit

Permalink
fix padding-top issue on confirm button.
Browse files Browse the repository at this point in the history
Signed-off-by: krishna2323 <[email protected]>
  • Loading branch information
Krishna2323 committed Dec 5, 2024
1 parent b86f8cc commit 0107362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/workspace/WorkspaceConfirmationPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function WorkspaceConfirmationPage() {

return (
<ScreenWrapper
includeSafeAreaPaddingBottom={false}
includeSafeAreaPaddingBottom
shouldEnableMaxHeight
testID={WorkspaceConfirmationPage.displayName}
>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/workspace/WorkspaceNamePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function WorkspaceNamePage({policy}: Props) {
accessVariants={[CONST.POLICY.ACCESS_VARIANTS.ADMIN]}
>
<ScreenWrapper
includeSafeAreaPaddingBottom={false}
includeSafeAreaPaddingBottom
shouldEnableMaxHeight
testID={WorkspaceNamePage.displayName}
>
Expand Down

0 comments on commit 0107362

Please sign in to comment.