mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-15 03:46:23 +00:00
fonts
This commit is contained in:
@@ -831,8 +831,7 @@ struct ChatView: View {
|
||||
let fullName = chat.chatInfo.fullName.trimmingCharacters(in: .whitespacesAndNewlines)
|
||||
if fullName != "" && fullName != chat.chatInfo.displayName && fullName != chat.chatInfo.displayName.trimmingCharacters(in: .whitespacesAndNewlines) {
|
||||
Text(chat.chatInfo.fullName)
|
||||
.font(.headline)
|
||||
.fontWeight(.regular)
|
||||
.font(.subheadline)
|
||||
.multilineTextAlignment(.center)
|
||||
.lineLimit(3)
|
||||
.fixedSize(horizontal: false, vertical: true)
|
||||
@@ -850,7 +849,7 @@ struct ChatView: View {
|
||||
|
||||
if let chatContext = chatContext() {
|
||||
Label(chatContext, systemImage: "info.circle")
|
||||
.font(.subheadline)
|
||||
.font(.callout)
|
||||
.foregroundColor(theme.colors.secondary)
|
||||
.padding(.top, 8)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user