Skip to content

Commit

Permalink
Merge pull request #535 from Esri/Caleb/Update-FeatureFormsButtonIcon
Browse files Browse the repository at this point in the history
[Update] `Edit features using feature forms` discard button icon
  • Loading branch information
CalebRas authored Oct 31, 2024
2 parents ea78476 + fe829bc commit db10be6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ struct EditFeaturesUsingFeatureFormsView: View {
/// The toolbar for the feature form panel.
private var featureFormToolbar: some View {
HStack {
Button("Discard Edits", systemImage: "x.circle", role: .destructive) {
Button("Discard Edits", systemImage: "xmark.circle", role: .destructive) {
isShowingDiscardEditsAlert = true
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit db10be6

Please sign in to comment.