From 6a712366aecbddf74da6a99778fa1d95803852be Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Thu, 20 Sep 2018 10:15:09 -0400 Subject: [PATCH] Tweak gray 95. --- SignalMessaging/categories/UIColor+OWS.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SignalMessaging/categories/UIColor+OWS.m b/SignalMessaging/categories/UIColor+OWS.m index 544a77cc3..b5f067521 100644 --- a/SignalMessaging/categories/UIColor+OWS.m +++ b/SignalMessaging/categories/UIColor+OWS.m @@ -186,7 +186,7 @@ NS_ASSUME_NONNULL_BEGIN + (UIColor *)ows_gray95Color { - return [UIColor colorWithRGBHex:0x0A0C11]; + return [UIColor colorWithRGBHex:0x0F1012]; } + (UIColor *)ows_blackColor