Quellcode durchsuchen

tint color red for swipe to delete action

Marvin Polscheit vor 7 Monaten
Ursprung
Commit
3cf5a93a4a

+ 1 - 0
Trio/Sources/Modules/Onboarding/View/TherapySettingEditorView.swift

@@ -101,6 +101,7 @@ struct TherapySettingEditorView: View {
                                 } label: {
                                     Label("Delete", systemImage: "trash")
                                 }
+                                .tint(.red)
                             }
                         }
                     }