TF-599 Apply new icon mailbox for destination picker
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ class AppBarDestinationPickerBuilder {
|
||||
return Text(
|
||||
_mailboxAction?.getTitle(_context) ?? '',
|
||||
maxLines: 1,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
overflow: CommonTextStyle.defaultTextOverFlow,
|
||||
textAlign: TextAlign.center,
|
||||
style: const TextStyle(fontSize: 20, color: AppColor.colorNameEmail, fontWeight: FontWeight.w700));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user