Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
parent
9233d779a3
commit
eb01376b69
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user