Skip to content

Commit

Permalink
Update ContactSettingsView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebash authored Dec 31, 2024
1 parent 7ef06b6 commit 81bfdc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion LoopFollow/Contact/Settings/ContactSettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 81bfdc9

Please sign in to comment.