Skip to content

Commit 10a07b5

Browse files
mountinyOSBotify
authored andcommitted
Merge pull request #58481 from margelo/@chrispader/fix-form-provider-bottom-safe-area
[CP Staging] fix: FormProvider had bottom safe area by default (cherry picked from commit 80ad5be) (CP triggered by mountiny)
1 parent 8f55dd5 commit 10a07b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Form/FormWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function FormWrapper({
6868
isSubmitDisabled = false,
6969
isLoading = false,
7070
shouldScrollToEnd = false,
71-
addBottomSafeAreaPadding = false,
71+
addBottomSafeAreaPadding = true,
7272
shouldSubmitButtonStickToBottom = false,
7373
}: FormWrapperProps) {
7474
const styles = useThemeStyles();

0 commit comments

Comments
 (0)