Skip to content

Commit fe829bc

Browse files
committed
Updated discard button.
1 parent ea78476 commit fe829bc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Shared/Samples/Edit features using feature forms/EditFeaturesUsingFeatureFormsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ struct EditFeaturesUsingFeatureFormsView: View {
132132
/// The toolbar for the feature form panel.
133133
private var featureFormToolbar: some View {
134134
HStack {
135-
Button("Discard Edits", systemImage: "x.circle", role: .destructive) {
135+
Button("Discard Edits", systemImage: "xmark.circle", role: .destructive) {
136136
isShowingDiscardEditsAlert = true
137137
}
138138

706 Bytes
Loading

0 commit comments

Comments
 (0)