Skip to content

Commit

Permalink
fix: year modal wrong padding
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Nov 29, 2024
1 parent 69ee93e commit 064b321
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function YearPickerModal({isVisible, years, currentYear = new Date().getFullYear
<ScreenWrapper
style={[styles.pb0]}
includePaddingTop={false}
includeSafeAreaPaddingBottom={false}
includeSafeAreaPaddingBottom
testID={YearPickerModal.displayName}
>
<HeaderWithBackButton
Expand Down

0 comments on commit 064b321

Please sign in to comment.