Fix title scaling for DM
This commit is contained in:
parent
1a8626896a
commit
23fd0af2c3
|
@ -77,6 +77,7 @@ public struct ConversationDetailView: View {
|
|||
.font(.scaledHeadline)
|
||||
} else {
|
||||
Text("Direct message with \(viewModel.conversation.accounts.count) people")
|
||||
.font(.scaledHeadline)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue