From faf6c84044a02a9a0126da08a73ee858709f8aa9 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Wed, 26 Oct 2022 13:44:25 -0500 Subject: [PATCH] fixed bug Signed-off-by: Matt Bruce --- VDS/Components/Toggle/Toggle.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/VDS/Components/Toggle/Toggle.swift b/VDS/Components/Toggle/Toggle.swift index 17c74373..5a525a05 100644 --- a/VDS/Components/Toggle/Toggle.swift +++ b/VDS/Components/Toggle/Toggle.swift @@ -67,7 +67,6 @@ open class ToggleBase: Control, Accessable, DataTrackable, BinaryColorable { $0.translatesAutoresizingMaskIntoConstraints = false $0.axis = .horizontal $0.distribution = .fill - $0.alignment = .leading } }()