Skip to content

Commit

Permalink
Remove bottom padding from picker bottom sheet on Android (#40056)
Browse files Browse the repository at this point in the history
  • Loading branch information
mchowning authored Apr 6, 2022
1 parent e05bc19 commit fccede6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/components/src/mobile/picker/index.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export default class Picker extends Component {
<BottomSheet
isVisible={ isVisible }
onClose={ this.onClose }
style={ { paddingBottom: 20 } }
hideHeader
testID={ testID }
>
Expand Down

0 comments on commit fccede6

Please sign in to comment.