mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 11:02:48 +02:00
Fix build errors.
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ struct OnboardingCongratulationsViewState: BindableState {
|
||||
let attributedMessage = NSMutableAttributedString(string: message)
|
||||
let range = (message as NSString).range(of: userId)
|
||||
if range.location != NSNotFound {
|
||||
attributedMessage.addAttributes([.font: UIFont.element.body.bold], range: range)
|
||||
attributedMessage.addAttributes([.font: UIFont.preferredFont(forTextStyle: .body).vc_bold], range: range)
|
||||
}
|
||||
|
||||
return attributedMessage
|
||||
|
||||
Reference in New Issue
Block a user