updated corner radius of checkbox view
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
ff5dbc2537
commit
2e6d4943a2
@ -347,7 +347,7 @@ open class Checkbox: Control, Errorable, Changeable {
|
||||
self.shapeLayer = nil
|
||||
}
|
||||
|
||||
selectorView.layer.cornerRadius = VDSFormControls.borderradius
|
||||
selectorView.layer.cornerRadius = 2.0
|
||||
selectorView.layer.borderWidth = VDSFormControls.widthBorder
|
||||
|
||||
if shapeLayer == nil {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user