mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
#1098 - Various changes following code review.
This commit is contained in:
@@ -36,7 +36,7 @@ struct UserSuggestionListItem: View {
|
||||
if let avatar = avatar {
|
||||
AvatarImage(avatarData: avatar, size: .medium)
|
||||
}
|
||||
VStack(alignment:.leading) {
|
||||
VStack(alignment: .leading) {
|
||||
Text(displayName ?? "")
|
||||
.font(theme.fonts.body)
|
||||
.foregroundColor(theme.colors.primaryContent)
|
||||
|
||||
Reference in New Issue
Block a user