diff --git a/VDS/Components/InputStepper/InputStepper.swift b/VDS/Components/InputStepper/InputStepper.swift index 9302d0ec..6c44b58f 100644 --- a/VDS/Components/InputStepper/InputStepper.swift +++ b/VDS/Components/InputStepper/InputStepper.swift @@ -315,14 +315,14 @@ open class InputStepper: EntryFieldBase { } internal override func updateContainerWidth() { - + //we are not calling super here since + //we are changing how the widths are getting calculated + //now by including a percentage. + defer { fieldStackView.layer.cornerRadius = containerSize.height / 2 } - //we are not calling super here since - //we are changing how the widths are getting calculated - //now by including a percentage. stepperWidthConstraint?.deactivate() widthConstraint?.deactivate() trailingLessThanEqualsConstraint?.deactivate()