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

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)
                             }
                         }
                     }