From 81bfdc9b397554da61a1d616e5ce3c8d3866ba7c Mon Sep 17 00:00:00 2001 From: Mike <42122348+mikebash@users.noreply.github.com> Date: Tue, 31 Dec 2024 11:57:00 -0600 Subject: [PATCH] Update ContactSettingsView.swift --- LoopFollow/Contact/Settings/ContactSettingsView.swift | 1 - 1 file changed, 1 deletion(-) 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 {