Update CircleFooterView.swift
This commit is contained in:
@@ -36,7 +36,7 @@ struct CircleFooterView: View {
|
|||||||
.padding(5)
|
.padding(5)
|
||||||
|
|
||||||
// meta data of convo
|
// meta data of convo
|
||||||
VStack (alignment: .trailing) {
|
VStack (alignment: .leading) {
|
||||||
Text(self.selectedFriend!.nickname ?? "")
|
Text(self.selectedFriend!.nickname ?? "")
|
||||||
.font(.footnote)
|
.font(.footnote)
|
||||||
.foregroundColor(NirvanaColor.light)
|
.foregroundColor(NirvanaColor.light)
|
||||||
|
|||||||
Reference in New Issue
Block a user