per design: tweak quote corner radius

// FREEBIE
pull/1/head
Michael Kirk 7 years ago
parent b9f3e08e93
commit 1b78882660

@ -166,7 +166,7 @@ NS_ASSUME_NONNULL_BEGIN
const CGFloat bubbleBottom = layerFrame.size.height; const CGFloat bubbleBottom = layerFrame.size.height;
const CGFloat sharpCornerRadius = 4; const CGFloat sharpCornerRadius = 4;
const CGFloat wideCornerRadius = 10; const CGFloat wideCornerRadius = 12;
UIBezierPath *bezierPath = [OWSBubbleView roundedBezierRectWithBubbleTop:bubbleTop UIBezierPath *bezierPath = [OWSBubbleView roundedBezierRectWithBubbleTop:bubbleTop
bubbleLeft:bubbleLeft bubbleLeft:bubbleLeft

Loading…
Cancel
Save