5720: Remove useless color, fix some issue with AvatarImage border

This commit is contained in:
MaximeE
2022-03-24 11:00:29 +01:00
parent ce0893bb37
commit 8e6ae3a667
14 changed files with 44 additions and 65 deletions
@@ -35,7 +35,7 @@ struct TemplateRoomChatBubbleView: View {
.accessibility(identifier: "bubbleImage")
VStack(alignment: .leading){
Text(bubble.sender.displayName ?? "")
.foregroundColor(theme.displayUserColor(for: bubble.sender.id))
.foregroundColor(theme.userColor(for: bubble.sender.id))
.font(theme.fonts.bodySB)
ForEach(bubble.items) { item in
TemplateRoomChatBubbleContentView(bubbleItem: item)