File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
WooCommerce/Classes/ViewRelated/Dashboard/JetpackInstall Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ struct JetpackInstallStepsView: View {
4040 // Main content
4141 VStack ( alignment: . leading, spacing: Constants . contentSpacing) {
4242 // Header
43- HStack ( spacing: 8 ) {
43+ HStack ( spacing: Constants . headerContentSpacing ) {
4444 Image ( uiImage: . jetpackGreenLogoImage)
4545 . resizable ( )
4646 . frame ( width: Constants . logoSize * scale, height: Constants . logoSize * scale)
@@ -117,6 +117,7 @@ struct JetpackInstallStepsView: View {
117117
118118private extension JetpackInstallStepsView {
119119 enum Constants {
120+ static let headerContentSpacing : CGFloat = 8
120121 static let contentTopMargin : CGFloat = 69
121122 static let contentHorizontalMargin : CGFloat = 40
122123 static let contentSpacing : CGFloat = 32
You can’t perform that action at this time.
0 commit comments