diff --git a/LoopFollow/Contact/Settings/ContactSettingsView.swift b/LoopFollow/Contact/Settings/ContactSettingsView.swift index e572fba2..1db924e5 100644 --- a/LoopFollow/Contact/Settings/ContactSettingsView.swift +++ b/LoopFollow/Contact/Settings/ContactSettingsView.swift @@ -16,7 +16,6 @@ struct ContactSettingsView: View { @State private var showAlert: Bool = false @State private var alertTitle: String = "" @State private var alertMessage: String = "" - @State private var selectedColor: UIColor = .white // Default color var body: some View { NavigationView {