Skip to content

Commit 85162f1

Browse files
committed
FLW-4033 There should be less space between fields
1 parent 4eef9ce commit 85162f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fearless/Modules/Send/SendViewLayout.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ final class SendViewLayout: UIView {
2828
let view = ScrollableContainerView()
2929
view.stackView.isLayoutMarginsRelativeArrangement = true
3030
view.stackView.layoutMargins = UIEdgeInsets(top: 24.0, left: 0.0, bottom: 0.0, right: 0.0)
31-
view.stackView.spacing = LayoutConstants.verticalOffset
31+
view.stackView.spacing = LayoutConstants.stackViewSpacing
3232
return view
3333
}()
3434

0 commit comments

Comments
 (0)