Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>

This commit is contained in:
Matt Bruce 2026-02-11 17:25:56 -06:00
parent 9233d779a3
commit eb01376b69

View File

@ -65,8 +65,8 @@ struct ContactDetailView: View {
Button { Button {
showingEditContact = true showingEditContact = true
} label: { } label: {
Image(systemName: "square.and.pencil") Image(systemName: "pencil")
.foregroundStyle(Color.AppText.inverted) .foregroundStyle(Color.Text.primary)
} }
} }
} }