We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1670b2 + a936bf8 commit 389d8d2Copy full SHA for 389d8d2
1 file changed
Xcodes/Backend/XcodeCommands.swift
@@ -59,7 +59,7 @@ struct CancelInstallButton: View {
59
60
var body: some View {
61
Button(action: cancelInstall) {
62
- Image(systemName: "xmark.circle.fill")
+ Label("Cancel", systemImage: "xmark")
63
}
64
.help(localizeString("StopInstallation"))
65
.buttonStyle(.plain)
0 commit comments