Browse Source

chore: change Priority.medium to use orange

Sam Jaffe 2 tuần trước cách đây
mục cha
commit
225b79f071
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Todos/Model/Priority.swift

+ 1 - 1
Todos/Model/Priority.swift

@@ -26,7 +26,7 @@ enum Priority: String, CaseIterable, Identifiable, Codable {
   var style: some ShapeStyle {
     switch self {
     case .low: return .green
-    case .medium: return .blue
+    case .medium: return .orange
     case .high: return .red
     }
   }