From 4935db72d68b224d9bac9041ee236e32eeb32403 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Fri, 26 Apr 2024 10:44:17 -0500 Subject: [PATCH] CXTDT-542333 - RadioBox Padding Signed-off-by: Matt Bruce --- VDS/Components/RadioBox/RadioBoxItem.swift | 4 ++-- VDS/SupportingFiles/ReleaseNotes.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/VDS/Components/RadioBox/RadioBoxItem.swift b/VDS/Components/RadioBox/RadioBoxItem.swift index c4105f42..d81b68ea 100644 --- a/VDS/Components/RadioBox/RadioBoxItem.swift +++ b/VDS/Components/RadioBox/RadioBoxItem.swift @@ -38,7 +38,7 @@ open class RadioBoxItem: Control, Changeable, FormFieldable { $0.alignment = .top $0.distribution = .fill $0.axis = .horizontal - $0.spacing = 12 + $0.spacing = VDSLayout.space3X } private var selectorLeftLabelStackView = UIStackView().with { @@ -183,7 +183,7 @@ open class RadioBoxItem: Control, Changeable, FormFieldable { .pinTrailing(0, .defaultHigh) .pinBottom(0, .defaultHigh) - selectorStackView.pinToSuperView(.uniform(16)) + selectorStackView.pinToSuperView(.uniform(VDSLayout.space3X)) } /// Resets to default settings. diff --git a/VDS/SupportingFiles/ReleaseNotes.txt b/VDS/SupportingFiles/ReleaseNotes.txt index ac3e738f..7989a4fe 100644 --- a/VDS/SupportingFiles/ReleaseNotes.txt +++ b/VDS/SupportingFiles/ReleaseNotes.txt @@ -4,6 +4,7 @@ - CXTDT-546821 - TextArea - Accessibility - input field is not receiving swipe focus - CXTDT-547200 - Carousel scrollbar – Accessibility - The scrollbar is receiving right/ left swipe focus - CXTDT-549888 - Pagination - Accessibility - Next/Previous +- CXTDT-542333 - RadioBox Padding 1.0.59 ----------------