Skip to content

Commit 27295ee

Browse files
Update: reduce compact card height to match the design
1 parent 4a8e6b8 commit 27295ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Classes/ViewRelated/Jetpack/Branding/Menu Card/JetpackBrandingMenuCardCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ private extension JetpackBrandingMenuCardCell {
322322

323323
enum Compact {
324324
static let spacing: CGFloat = 15
325-
static let containerMargins = NSDirectionalEdgeInsets(top: 17, leading: 20, bottom: 9, trailing: 12)
325+
static let containerMargins = NSDirectionalEdgeInsets(top: 15, leading: 20, bottom: 7, trailing: 12)
326326
static let logoImageViewSize: CGFloat = 24
327327
static let ellipsisButtonPadding = UIEdgeInsets(top: 0, left: 8, bottom: 0, right: 8)
328328
static let ellipsisButtonColor = UIColor.muriel(color: .gray, .shade20)

0 commit comments

Comments
 (0)