We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e1ea0 commit 58f8eacCopy full SHA for 58f8eac
src/Date/DatePickerModal.tsx
@@ -110,16 +110,8 @@ export function DatePickerModal(
110
<View
111
style={[
112
{
113
- height: Platform.select({
114
- ios: StatusBar.currentHeight,
115
- android: StatusBar.currentHeight,
116
- web: insets.top,
117
- }),
118
- backgroundColor: Platform.select({
119
- ios: theme.colors.primary,
120
- android: theme.colors.primary,
121
- web: headerBackgroundColor,
122
+ height: insets.top,
+ backgroundColor: headerBackgroundColor,
123
},
124
]}
125
/>
0 commit comments