CXTDT-542333 - RadioBox Padding

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-04-26 10:44:17 -05:00
parent f432f6be0e
commit 4935db72d6
2 changed files with 3 additions and 2 deletions

View File

@ -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.

View File

@ -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
----------------