Skip to content

Commit

Permalink
Update bottom margin value
Browse files Browse the repository at this point in the history
  • Loading branch information
kolking committed Aug 17, 2023
1 parent d2938f3 commit dba0ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DateTimePickerModal.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ const pickerStyles = StyleSheet.create({
modal: {
justifyContent: "flex-end",
margin: 10,
marginBottom: isIphoneX() ? 30 : 10,
marginBottom: isIphoneX() ? 34 : 10,
},
container: {
borderRadius: BORDER_RADIUS,
Expand Down

0 comments on commit dba0ee8

Please sign in to comment.