TF-1857 Add padding calendar event icon in item email
(cherry picked from commit 89201517b702383df85790d21de9e680245e4f1f)
This commit is contained in:
@@ -108,10 +108,7 @@ class EmailTileBuilder with BaseEmailItemTile {
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
if (_presentationEmail.hasCalendarEvent)
|
||||
Padding(
|
||||
padding: const EdgeInsetsDirectional.only(end: 8),
|
||||
child: buildCalendarEventIcon(presentationEmail: _presentationEmail),
|
||||
),
|
||||
buildCalendarEventIcon(context: _context, presentationEmail: _presentationEmail),
|
||||
Expanded(child: buildEmailTitle(
|
||||
_context,
|
||||
_presentationEmail,
|
||||
|
||||
Reference in New Issue
Block a user