Robert 1 سال پیش
والد
کامیت
ca4b0e545c
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      FreeAPS/Sources/Modules/DataTable/View/DataTableRootView.swift

+ 2 - 2
FreeAPS/Sources/Modules/DataTable/View/DataTableRootView.swift

@@ -317,8 +317,8 @@ extension DataTable {
                     ) as NSNumber)!
                 } ?? "--")
                 if item.glucose.type == "Manual" {
-                        Image(systemName: "drop.fill")
-                            .foregroundColor(Color.loopRed)
+                    Image(systemName: "drop.fill")
+                        .foregroundColor(Color.loopRed)
                 } else {
                     Text(item.glucose.direction?.symbol ?? "--")
                 }