updated prop
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
e123c95b86
commit
e264fbd5ca
@ -78,7 +78,7 @@ open class ButtonIcon: Control, Changeable, FormFieldable {
|
||||
private var badgeIndicatorCenterXConstraint: NSLayoutConstraint?
|
||||
private var badgeIndicatorCenterYConstraint: NSLayoutConstraint?
|
||||
private var currentIconName: Icon.Name? {
|
||||
if let selectedIconName, selectable, isSelected {
|
||||
if let selectedIconName, isSelected {
|
||||
return selectedIconName
|
||||
} else {
|
||||
return iconName
|
||||
|
||||
Loading…
Reference in New Issue
Block a user