diff --git a/Signal/src/ViewControllers/ConversationView/Cells/OWSMessageFooterView.m b/Signal/src/ViewControllers/ConversationView/Cells/OWSMessageFooterView.m index 2625e36ca..1cb18f2f1 100644 --- a/Signal/src/ViewControllers/ConversationView/Cells/OWSMessageFooterView.m +++ b/Signal/src/ViewControllers/ConversationView/Cells/OWSMessageFooterView.m @@ -117,8 +117,7 @@ NS_ASSUME_NONNULL_BEGIN self.statusIndicatorImageView.image = [statusIndicatorImage imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate]; if (messageStatus == MessageReceiptStatusRead) { - // TODO: Tint the icon with the conversation color. - self.statusIndicatorImageView.tintColor = textColor; + self.statusIndicatorImageView.tintColor = [UIColor ows_signalBlueColor]; } else { self.statusIndicatorImageView.tintColor = textColor; }