From 34b17bf0089547f699c13c463c97c879857c0532 Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Fri, 21 Oct 2022 16:05:19 +0700 Subject: [PATCH] Update avatar color in new EmailView --- lib/features/email/presentation/email_view.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/features/email/presentation/email_view.dart b/lib/features/email/presentation/email_view.dart index 40b6d82f0..af59d6e2f 100644 --- a/lib/features/email/presentation/email_view.dart +++ b/lib/features/email/presentation/email_view.dart @@ -237,7 +237,8 @@ class EmailView extends GetWidget { fontWeight: FontWeight.bold, fontSize: 21, color: Colors.white)) - ..backgroundColor(AppColor.colorAvatar)) + ..backgroundColor(AppColor.colorAvatar) + ..avatarColor(presentationEmail.avatarColors)) .build(), const SizedBox(width: 16), Expanded(