TF-599 Apply new icon mailbox for destination picker

This commit is contained in:
dab246
2022-05-31 18:29:51 +07:00
committed by Dat H. Pham
parent 30f3fc952d
commit 54203b234b
6 changed files with 101 additions and 63 deletions
@@ -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));
}