فهرست منبع

tint color red for swipe to delete action

Marvin Polscheit 7 ماه پیش
والد
کامیت
3cf5a93a4a
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      Trio/Sources/Modules/Onboarding/View/TherapySettingEditorView.swift

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

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