Reply to Context Menu Destructive Actions, SwiftUI Use a different button initializer with a .destructive role. See example below: Button(role: .destructive, action: delete) { Label("Delete", systemImage: "trash") } UI Frameworks SwiftUI Mar ’24