mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-04 23:17:43 +02:00
5720: Remove useless color, fix some issue with AvatarImage border
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user