Update avatar color in new EmailView
This commit is contained in:
committed by
Dat H. Pham
parent
f11c725983
commit
34b17bf008
@@ -237,7 +237,8 @@ class EmailView extends GetWidget<EmailController> {
|
||||
fontWeight: FontWeight.bold,
|
||||
fontSize: 21,
|
||||
color: Colors.white))
|
||||
..backgroundColor(AppColor.colorAvatar))
|
||||
..backgroundColor(AppColor.colorAvatar)
|
||||
..avatarColor(presentationEmail.avatarColors))
|
||||
.build(),
|
||||
const SizedBox(width: 16),
|
||||
Expanded(
|
||||
|
||||
Reference in New Issue
Block a user