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