diff --git a/VDS/Components/TextFields/EntryFieldBase.swift b/VDS/Components/TextFields/EntryFieldBase.swift index 631cf029..02767152 100644 --- a/VDS/Components/TextFields/EntryFieldBase.swift +++ b/VDS/Components/TextFields/EntryFieldBase.swift @@ -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 }