refactored

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-04-25 15:07:41 -05:00
parent 64b823da48
commit bc923accd3
2 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ class TileContainerViewController: BaseViewController<TileContainer> {
}
showDropShadowSwitch.onChange = { [weak self] sender in
self?.component.showDropShadows = sender.isOn
self?.component.showDropShadow = sender.isOn
}
heightTextField

View File

@ -291,7 +291,7 @@ class TileletViewController: BaseViewController<Tilelet> {
}
showDropShadowSwitch.onChange = { [weak self] sender in
self?.component.showDropShadows = sender.isOn
self?.component.showDropShadow = sender.isOn
}
imageFallbackColorPickerSelectorView.onPickerDidSelect = { [weak self] item in