Update CircleFooterView.swift

This commit is contained in:
talksik
2021-12-25 15:32:11 -08:00
parent 2d6087da35
commit fe630376c3
@@ -71,7 +71,7 @@ struct CircleFooterView: View {
} }
Text(self.convoRelativeTime) Text(self.convoRelativeTime)
.font(.caption) .font(.caption2)
.foregroundColor(.gray) .foregroundColor(.gray)
} }
} }