From 1d1bab13d07048c81f9c41a2b7eb72e48ab3f098 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Wed, 22 May 2024 15:34:43 -0500 Subject: [PATCH] udpated spacing Signed-off-by: Matt Bruce --- VDS/Components/TextFields/EntryFieldBase.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }