Ver código fonte

Change Delete button role to .none

Mike Plante 4 semanas atrás
pai
commit
5c8fb76527

+ 1 - 1
Trio/Sources/Modules/History/View/HistoryRootView.swift

@@ -843,7 +843,7 @@ extension History {
                 Button(
                     "Delete",
                     systemImage: "trash.fill",
-                    role: .destructive,
+                    role: .none,
                     action: {
                         alertCarbEntryToDelete = meal