Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 252fa55

Browse files
committedMar 10, 2024·
fix(ux/ui): Remove default min height on calendar picker
1 parent ee7e20d commit 252fa55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎lib/core/presentation/widgets/dates/segmented_calendar_button.dart

+1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ class _SegmentedCalendarButtonState extends State<SegmentedCalendarButton> {
138138
borderRadius: BorderRadius.zero,
139139
),
140140
fixedSize: Size.fromHeight(widget.buttonHeight),
141+
minimumSize: const Size.fromHeight(0),
141142
tapTargetSize: MaterialTapTargetSize.shrinkWrap,
142143
),
143144
child: Row(

0 commit comments

Comments
 (0)
Please sign in to comment.