Fix mailbox item padding
Signed-off-by: dab246 <tdvu@linagora.com> (cherry picked from commit 8087a60e0f15dc7fe4dadb31f8f59c9018c12d8a)
This commit is contained in:
@@ -272,8 +272,7 @@ class DestinationPickerView extends GetWidget<DestinationPickerController>
|
||||
children: [
|
||||
const Divider(
|
||||
color: AppColor.colorDividerMailbox,
|
||||
height: 0.5,
|
||||
thickness: 0.2
|
||||
height: 1,
|
||||
),
|
||||
const SizedBox(height: 8),
|
||||
_buildMailboxCategory(
|
||||
@@ -297,8 +296,7 @@ class DestinationPickerView extends GetWidget<DestinationPickerController>
|
||||
children: [
|
||||
const Divider(
|
||||
color: AppColor.colorDividerMailbox,
|
||||
height: 0.5,
|
||||
thickness: 0.2
|
||||
height: 1,
|
||||
),
|
||||
const SizedBox(height: 8),
|
||||
_buildMailboxCategory(
|
||||
|
||||
Reference in New Issue
Block a user