Skip to content

Commit

Permalink
Improve call ui spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
tmolitor-stud-tu committed Oct 3, 2023
1 parent b78dba8 commit 8a4d29b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Monal/Classes/AVCallUI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@ struct AVCallUI: View {
})
}

Spacer().frame(minWidth:20)
Spacer()

Text(contact.contactDisplayName as String)
.font(.largeTitle)
.foregroundColor(.primary)

Spacer().frame(minWidth:20)
Spacer()

VStack {
Spacer().frame(height: 8)
Expand Down

0 comments on commit 8a4d29b

Please sign in to comment.