updated border width for highlighted
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
081e60ddba
commit
1ba50e9d64
@ -313,7 +313,7 @@ open class RadioBoxBase: Control, BinaryColorable, Accessable, DataTrackable{
|
||||
//get the colors
|
||||
let backgroundColor = backgroundColorConfiguration.getColor(self)
|
||||
let borderColor = borderColorConfiguration.getColor(self)
|
||||
let borderWidth = isSelected ? selectorBorderWidthSelected : selectorBorderWidth
|
||||
let borderWidth = isSelected || isHighlighted ? selectorBorderWidthSelected : selectorBorderWidth
|
||||
|
||||
selectorView.backgroundColor = backgroundColor
|
||||
selectorView.layer.borderColor = borderColor.cgColor
|
||||
|
||||
Loading…
Reference in New Issue
Block a user