chore(zipcode): adjust dialog table width to 25% of screen (from 33%)
This commit is contained in:
@@ -109,7 +109,7 @@ _controller = CompanyFormController(
|
||||
GetIt.instance<ZipcodeUseCase>(),
|
||||
),
|
||||
child: ZipcodeSearchScreen(
|
||||
tableMaxWidthFraction: 0.33,
|
||||
tableMaxWidthFraction: 0.25,
|
||||
onSelect: (zipcode) {
|
||||
Navigator.of(dialogContext).pop(zipcode);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user