From 82e649c508b16694566135e12c35d10e9959fe7c Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Fri, 29 Jun 2018 15:30:26 -0400 Subject: [PATCH] Tweak colors. --- Signal/src/views/AttachmentPointerView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Signal/src/views/AttachmentPointerView.swift b/Signal/src/views/AttachmentPointerView.swift index 75e3abc97..8811e7a3b 100644 --- a/Signal/src/views/AttachmentPointerView.swift +++ b/Signal/src/views/AttachmentPointerView.swift @@ -126,7 +126,7 @@ class AttachmentPointerView: UIStackView { } var textColor: UIColor { - return self.isIncoming ? UIColor.darkText : UIColor.white + return self.isIncoming ? UIColor.ows_white : UIColor.ows_light90 } @objc