mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-11 14:14:09 +01:00
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
Block a user