removed self.

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-02-14 11:59:19 -06:00
parent 8fd74d5ef9
commit 1591c50fd0

View File

@ -445,7 +445,7 @@ open class ButtonIcon: Control, Changeable, FormFieldable {
layoutGuideHeightConstraint?.constant = iconLayoutSize
//border
if let borderable = currentConfig as? Borderable, self.hideBorder {
if let borderable = currentConfig as? Borderable, hideBorder {
layer.borderColor = borderable.borderColorConfiguration.getColor(self).cgColor
layer.borderWidth = borderable.borderWidth
} else {