Skip to content

Commit

Permalink
Don't constrain bottom sheet size of change date
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn committed Dec 12, 2024
1 parent 61ca752 commit 9ca93dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .changes/682.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix: Ensure actions are visible on change date bottom drawer
1 change: 0 additions & 1 deletion app/lib/features/events/widgets/change_date_sheet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ void showChangeDateBottomSheet({
showDragHandle: true,
useSafeArea: true,
context: context,
constraints: const BoxConstraints(maxHeight: 500),
builder: (context) => ChangeDateSheet(
bottomSheetTitle: bottomSheetTitle,
calendarId: calendarId,
Expand Down

0 comments on commit 9ca93dc

Please sign in to comment.