Skip to content

Commit

Permalink
fix: datepicker display
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Struck committed Nov 21, 2023
1 parent fdf413c commit fde4897
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions native/components/BottomSheet/contents/DatePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const DatePickerBottomSheetContent = ({
value={dateValue}
mode={"date"}
display="spinner"
themeVariant="light"
onChange={(e, d) => {
if (e.type === "dismissed") {
return;
Expand All @@ -43,6 +44,7 @@ export const DatePickerBottomSheetContent = ({
value={dateValue}
mode={"time"}
display="spinner"
themeVariant="light"
is24Hour={true}
onChange={(e, d) => {
if (e.type === "dismissed") {
Expand Down

0 comments on commit fde4897

Please sign in to comment.