TF-3002 [WEB] Add left padding for All mailbox in destination picker view
This commit is contained in:
@@ -476,7 +476,7 @@ class DestinationPickerView extends GetWidget<DestinationPickerController>
|
|||||||
MailboxId? mailboxIdSelected
|
MailboxId? mailboxIdSelected
|
||||||
) {
|
) {
|
||||||
return Padding(
|
return Padding(
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 16),
|
padding: const EdgeInsets.symmetric(horizontal: 24),
|
||||||
child: Material(
|
child: Material(
|
||||||
color: Colors.transparent,
|
color: Colors.transparent,
|
||||||
child: InkWell(
|
child: InkWell(
|
||||||
@@ -494,8 +494,8 @@ class DestinationPickerView extends GetWidget<DestinationPickerController>
|
|||||||
child: Row(children: [
|
child: Row(children: [
|
||||||
SvgPicture.asset(
|
SvgPicture.asset(
|
||||||
controller.imagePaths.icFolderMailbox,
|
controller.imagePaths.icFolderMailbox,
|
||||||
width: PlatformInfo.isWeb ? 20 : 24,
|
width: PlatformInfo.isWeb ? 24 : 20,
|
||||||
height: PlatformInfo.isWeb ? 20 : 24,
|
height: PlatformInfo.isWeb ? 24 : 20,
|
||||||
fit: BoxFit.fill
|
fit: BoxFit.fill
|
||||||
),
|
),
|
||||||
const SizedBox(width: 8),
|
const SizedBox(width: 8),
|
||||||
|
|||||||
Reference in New Issue
Block a user