updated var

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-06-13 18:04:56 -05:00
parent 8467e3ed13
commit 82944a6abb

View File

@ -84,7 +84,7 @@ class ButtonIconViewController: BaseViewController<ButtonIcon> {
}
floating.onChange = { [weak self] sender in
self?.component.fitToIcon = sender.isOn
self?.component.floating = sender.isOn
}
hideBorder.onChange = { [weak self] sender in