Skip to content

Commit

Permalink
Remove unneeded extra padding
Browse files Browse the repository at this point in the history
  • Loading branch information
antonis committed Dec 13, 2024
1 parent 57d99e9 commit 6fb8ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/js/feedback/FeedbackForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ export class FeedbackForm extends React.Component<FeedbackFormProps, FeedbackFor
}

return (
<SafeAreaView style={styles.container}>
<KeyboardAvoidingView behavior={'padding'} style={styles.container}>
<SafeAreaView>
<KeyboardAvoidingView behavior={'padding'}>
<ScrollView>
<TouchableWithoutFeedback onPress={Keyboard.dismiss}>
<View style={styles.container}>
Expand Down

0 comments on commit 6fb8ab4

Please sign in to comment.