Преглед изворни кода

Change Delete button role to .none

Mike Plante пре 2 месеци
родитељ
комит
5c8fb76527
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Trio/Sources/Modules/History/View/HistoryRootView.swift

+ 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