فهرست منبع

chore: change Priority.medium to use orange

Sam Jaffe 2 هفته پیش
والد
کامیت
225b79f071
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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
     }
   }