Skip to content

Commit

Permalink
Update Dialog height
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahemsayed committed Jan 9, 2025
1 parent 3b2dccf commit f1a4621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/country_picker_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ class _CountryPickerDialogState extends State<CountryPickerDialog> {
child: Container(
padding: widget.style?.padding ?? const EdgeInsets.all(10),
child: Column(
mainAxisSize: MainAxisSize.min,
children: <Widget>[
Padding(
padding: widget.style?.searchFieldPadding ?? const EdgeInsets.all(0),
Expand Down

0 comments on commit f1a4621

Please sign in to comment.