Browse Source

tint color red for swipe to delete action

Marvin Polscheit 7 months ago
parent
commit
3cf5a93a4a

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

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