fixed bug

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-10-26 13:44:25 -05:00
parent 9ad55d523e
commit faf6c84044

View File

@ -67,7 +67,6 @@ open class ToggleBase: Control, Accessable, DataTrackable, BinaryColorable {
$0.translatesAutoresizingMaskIntoConstraints = false
$0.axis = .horizontal
$0.distribution = .fill
$0.alignment = .leading
}
}()