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,
|
fontWeight: FontWeight.bold,
|
||||||
fontSize: 21,
|
fontSize: 21,
|
||||||
color: Colors.white))
|
color: Colors.white))
|
||||||
..backgroundColor(AppColor.colorAvatar))
|
..backgroundColor(AppColor.colorAvatar)
|
||||||
|
..avatarColor(presentationEmail.avatarColors))
|
||||||
.build(),
|
.build(),
|
||||||
const SizedBox(width: 16),
|
const SizedBox(width: 16),
|
||||||
Expanded(
|
Expanded(
|
||||||
|
|||||||
Reference in New Issue
Block a user