|
@@ -164,7 +164,9 @@ struct ContactImageDetailView: View {
|
|
|
Button(action: {
|
|
Button(action: {
|
|
|
saveChanges()
|
|
saveChanges()
|
|
|
}, label: {
|
|
}, label: {
|
|
|
- Text("Save").padding(10)
|
|
|
|
|
|
|
+ Text("Save")
|
|
|
|
|
+ .frame(maxWidth: .infinity, alignment: .center)
|
|
|
|
|
+ .padding(10)
|
|
|
})
|
|
})
|
|
|
.frame(width: UIScreen.main.bounds.width * 0.9, alignment: .center)
|
|
.frame(width: UIScreen.main.bounds.width * 0.9, alignment: .center)
|
|
|
.background(isUnchanged ? Color(.systemGray4) : Color(.systemBlue))
|
|
.background(isUnchanged ? Color(.systemGray4) : Color(.systemBlue))
|