Add a little padding, left and right, to the unread count view in the Feeds list.

This commit is contained in:
Brent Simmons 2019-10-26 21:19:37 -07:00
parent 14fbf612c1
commit 0581d94935
1 changed files with 1 additions and 1 deletions

View File

@ -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