mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-16 17:55:13 +00:00
Fix title scaling for DM
This commit is contained in:
parent
1a8626896a
commit
23fd0af2c3
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue