mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-11 22:24:00 +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)
|
.font(.scaledHeadline)
|
||||||
} else {
|
} else {
|
||||||
Text("Direct message with \(viewModel.conversation.accounts.count) people")
|
Text("Direct message with \(viewModel.conversation.accounts.count) people")
|
||||||
|
.font(.scaledHeadline)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user