File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -147,10 +147,7 @@ export function DatePickerModalContent(
147147
148148 const theme = useTheme ( )
149149 const defaultUppercase = ! theme . isV3
150- console . log ( {
151- defaultUppercase,
152- uppercase : props . uppercase ,
153- } )
150+
154151 return (
155152 < >
156153 < DatePickerModalHeaderBackground >
Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ function DatePickerModalStatusBar({
2020 statusBarOnTopOfBackdrop : boolean
2121} ) {
2222 const insets = useSafeAreaInsets ( )
23- //
24- // const disableStatusBarPadding =
25- // props.presentationStyle === 'pageSheet' ? false : _disableStatusBarPadding
26-
2723 const headerBackgroundColor = useHeaderBackgroundColor ( )
2824 const onDarkBackground =
2925 Color ( headerBackgroundColor ) . isDark ( ) || statusBarOnTopOfBackdrop
You can’t perform that action at this time.
0 commit comments