Skip to content

Commit 7522a0f

Browse files
committed
Update value for contentTopMargin of JetpackInstallStepsView
1 parent 1381bfb commit 7522a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Dashboard/JetpackInstall/JetpackInstallStepsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ struct JetpackInstallStepsView: View {
118118
private extension JetpackInstallStepsView {
119119
enum Constants {
120120
static let headerContentSpacing: CGFloat = 8
121-
static let contentTopMargin: CGFloat = 69
121+
static let contentTopMargin: CGFloat = 80
122122
static let contentHorizontalMargin: CGFloat = 40
123123
static let contentSpacing: CGFloat = 32
124124
static let logoSize: CGFloat = 40

0 commit comments

Comments
 (0)