Skip to content

Commit 13145f9

Browse files
committed
Bigger horizontal margin to align with large title
1 parent e350735 commit 13145f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Dashboard/DashboardViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,6 @@ private extension DashboardViewController {
430430
enum Constants {
431431
static let animationDuration = 0.2
432432
static let bannerBottomMargin = CGFloat(8)
433-
static let horizontalMargin = CGFloat(16)
433+
static let horizontalMargin = CGFloat(20)
434434
}
435435
}

0 commit comments

Comments
 (0)