From 0581d94935658351605caaa7983fe122e0ffcdcc Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 26 Oct 2019 21:19:37 -0700 Subject: [PATCH] Add a little padding, left and right, to the unread count view in the Feeds list. --- iOS/MasterFeed/Cell/MasterFeedUnreadCountView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/MasterFeed/Cell/MasterFeedUnreadCountView.swift b/iOS/MasterFeed/Cell/MasterFeedUnreadCountView.swift index 09b1d5d69..733187341 100644 --- a/iOS/MasterFeed/Cell/MasterFeedUnreadCountView.swift +++ b/iOS/MasterFeed/Cell/MasterFeedUnreadCountView.swift @@ -11,7 +11,7 @@ import UIKit class MasterFeedUnreadCountView : UIView { var padding: UIEdgeInsets { - return UIEdgeInsets(top: 1.0, left: 7.0, bottom: 1.0, right: 7.0) + return UIEdgeInsets(top: 1.0, left: 9.0, bottom: 1.0, right: 9.0) } let cornerRadius = 8.0