diff --git a/src/components/Form/FormWrapper.tsx b/src/components/Form/FormWrapper.tsx index dfafa05b53b2..671c0c708f0a 100644 --- a/src/components/Form/FormWrapper.tsx +++ b/src/components/Form/FormWrapper.tsx @@ -68,7 +68,7 @@ function FormWrapper({ isSubmitDisabled = false, isLoading = false, shouldScrollToEnd = false, - addBottomSafeAreaPadding = false, + addBottomSafeAreaPadding = true, shouldSubmitButtonStickToBottom = false, }: FormWrapperProps) { const styles = useThemeStyles();