diff --git a/iOS/MasterFeed/Cell/MasterFeedTableViewCellLayout.swift b/iOS/MasterFeed/Cell/MasterFeedTableViewCellLayout.swift index 7c96fed43..3e72e7476 100644 --- a/iOS/MasterFeed/Cell/MasterFeedTableViewCellLayout.swift +++ b/iOS/MasterFeed/Cell/MasterFeedTableViewCellLayout.swift @@ -12,7 +12,7 @@ import RSCore struct MasterFeedTableViewCellLayout { private static let editingControlIndent = CGFloat(integerLiteral: 40) - private static let imageSize = CGSize(width: 32, height: 32) + private static let imageSize = CGSize(width: 24, height: 24) private static let imageMarginRight = CGFloat(integerLiteral: 11) private static let unreadCountMarginLeft = CGFloat(integerLiteral: 8) private static let unreadCountMarginRight = CGFloat(integerLiteral: 16) diff --git a/iOS/Resources/Assets.xcassets/disclosure.imageset/disclosure.pdf b/iOS/Resources/Assets.xcassets/disclosure.imageset/disclosure.pdf index 8e3a2a214..7406890ba 100644 Binary files a/iOS/Resources/Assets.xcassets/disclosure.imageset/disclosure.pdf and b/iOS/Resources/Assets.xcassets/disclosure.imageset/disclosure.pdf differ