diff --git a/internal/views/resource.go b/internal/views/resource.go index 6d844ea7..35135e9d 100644 --- a/internal/views/resource.go +++ b/internal/views/resource.go @@ -69,7 +69,7 @@ func newResourceView(title string, app *appView, list resource.List) resourceVie v.AddPage("details", details, true, false) confirm := tview.NewModal(). - AddButtons([]string{"OK", "Cancel"}). + AddButtons([]string{"Cancel", "OK"}). SetTextColor(tcell.ColorFuchsia) v.AddPage("confirm", confirm, false, false)