From 1b788826606646d91694238fb025201c868dbfd3 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Mon, 16 Jul 2018 17:48:49 -0600 Subject: [PATCH] per design: tweak quote corner radius // FREEBIE --- .../ConversationView/Cells/OWSQuotedMessageView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Signal/src/ViewControllers/ConversationView/Cells/OWSQuotedMessageView.m b/Signal/src/ViewControllers/ConversationView/Cells/OWSQuotedMessageView.m index 1c4038a8b..065d8e2c6 100644 --- a/Signal/src/ViewControllers/ConversationView/Cells/OWSQuotedMessageView.m +++ b/Signal/src/ViewControllers/ConversationView/Cells/OWSQuotedMessageView.m @@ -166,7 +166,7 @@ NS_ASSUME_NONNULL_BEGIN const CGFloat bubbleBottom = layerFrame.size.height; const CGFloat sharpCornerRadius = 4; - const CGFloat wideCornerRadius = 10; + const CGFloat wideCornerRadius = 12; UIBezierPath *bezierPath = [OWSBubbleView roundedBezierRectWithBubbleTop:bubbleTop bubbleLeft:bubbleLeft