udpated spacing

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-05-22 15:34:43 -05:00
parent 8c3bce746e
commit 1d1bab13d0

View File

@ -58,7 +58,7 @@ open class EntryFieldBase: Control, Changeable, FormFieldInternalValidatable {
/// only used for helperTextPosition == .right
internal let row1StackView = UIStackView().with {
$0.axis = .horizontal
$0.spacing = 8
$0.spacing = VDSLayout.space3X
$0.alignment = .top
$0.distribution = .fillEqually
}
@ -66,7 +66,7 @@ open class EntryFieldBase: Control, Changeable, FormFieldInternalValidatable {
/// only used for helperTextPosition == .right
internal let row2StackView = UIStackView().with {
$0.axis = .horizontal
$0.spacing = 8
$0.spacing = VDSLayout.space3X
$0.alignment = .top
$0.distribution = .fillEqually
}