Skip to content

Commit

Permalink
FLW-4033 There should be less space between fields
Browse files Browse the repository at this point in the history
  • Loading branch information
DRadmir committed Oct 27, 2023
1 parent 4eef9ce commit 85162f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fearless/Modules/Send/SendViewLayout.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ final class SendViewLayout: UIView {
let view = ScrollableContainerView()
view.stackView.isLayoutMarginsRelativeArrangement = true
view.stackView.layoutMargins = UIEdgeInsets(top: 24.0, left: 0.0, bottom: 0.0, right: 0.0)
view.stackView.spacing = LayoutConstants.verticalOffset
view.stackView.spacing = LayoutConstants.stackViewSpacing
return view
}()

Expand Down

0 comments on commit 85162f1

Please sign in to comment.