浏览代码

tint color red for swipe to delete action

Marvin Polscheit 9 月之前
父节点
当前提交
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: {
                                     Label("Delete", systemImage: "trash")
                                     Label("Delete", systemImage: "trash")
                                 }
                                 }
+                                .tint(.red)
                             }
                             }
                         }
                         }
                     }
                     }