Skip to content

Commit

Permalink
fix: picker style
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshunnn committed Dec 7, 2024
1 parent cf34b93 commit 91186eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const _PickerViewColumn = forwardRef<HandlerRef<ScrollView & View, ColumnProps>,
)

return (
<SafeAreaView style={styles.wrapper}>
<SafeAreaView style={[styles.wrapper, normalStyle]}>
{renderScollView()}
{renderMask()}
{renderOverlay()}
Expand Down

0 comments on commit 91186eb

Please sign in to comment.