瀏覽代碼

Bold glucose delta

Ivan Valkou 5 年之前
父節點
當前提交
237d8f2573
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      FreeAPS/Sources/Modules/Home/View/Header/CurrentGlucoseView.swift

+ 1 - 1
FreeAPS/Sources/Modules/Home/View/Header/CurrentGlucoseView.swift

@@ -55,7 +55,7 @@ struct CurrentGlucoseView: View {
                         } ??
                         "--"
 
-                ).font(.caption2).foregroundColor(.secondary)
+                ).font(.system(size: 12, weight: .bold))
             }
         }
     }