Fix: add missing foreground color attribute

This commit is contained in:
Nicolas Mauri
2023-04-14 17:35:25 +02:00
parent f79a455262
commit dc0ff11b0c
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -103,7 +103,8 @@ static NSString *const kEventFormatterTimeFormat = @"HH:mm";
@"event_id": event.eventId ?: @"unknown"
});
string = [[NSAttributedString alloc] initWithString:[VectorL10n noticeErrorUnformattableEvent] attributes:@{
NSFontAttributeName: [self encryptedMessagesTextFont]
NSFontAttributeName: [self encryptedMessagesTextFont],
NSForegroundColorAttributeName: [self encryptingTextColor]
}];
}
}